mirror of
https://gitlab.com/nonguix/nonguix.git
synced 2025-02-18 02:23:12 +01:00
gnu: soapysdrplay3: Update to 0.4.1-1.9e5c80c.
* nongnu/packages/radio.scm (soapysdrplay3): Update to 0.4.1-1.9e5c80c. Signed-off-by: Jonathan Brielmaier <jonathan.brielmaier@web.de>
This commit is contained in:
parent
ac65459d2e
commit
ceeeb5365d
1 changed files with 23 additions and 21 deletions
|
@ -85,25 +85,27 @@ package. E.g.: @code{(udev-rules-service 'sdrplay sdrplay)}")
|
||||||
"/license.txt")))))
|
"/license.txt")))))
|
||||||
|
|
||||||
(define-public soapysdrplay3
|
(define-public soapysdrplay3
|
||||||
(package
|
(let ((commit "9e5c80c45454db56b8b10bb997369f37e750631b")
|
||||||
(name "soapysdrplay3")
|
(revision "1"))
|
||||||
(version "0.4.0")
|
(package
|
||||||
(source
|
(name "soapysdrplay3")
|
||||||
(origin
|
(version (git-version "0.4.1" revision commit))
|
||||||
(method git-fetch)
|
(source
|
||||||
(uri (git-reference
|
(origin
|
||||||
(url "https://github.com/pothosware/SoapySDRPlay3")
|
(method git-fetch)
|
||||||
(commit (string-append "soapy-sdrplay3-" version))))
|
(uri (git-reference
|
||||||
(file-name (git-file-name name version))
|
(url "https://github.com/pothosware/SoapySDRPlay3")
|
||||||
(sha256
|
(commit commit)))
|
||||||
(base32 "0kp5gz03c29kxclaqijpyqknaijlbldrhy04mn98vnli9g1h1isq"))))
|
(file-name (git-file-name name version))
|
||||||
(build-system cmake-build-system)
|
(sha256
|
||||||
(inputs
|
(base32 "1sl3i1id0fily7qfm0yihxsaqy4f4gr85vl5ip05azhhbrnmnayx"))))
|
||||||
(list sdrplay soapysdr))
|
(build-system cmake-build-system)
|
||||||
(arguments
|
(inputs
|
||||||
`(#:tests? #f)) ; No test suite
|
(list sdrplay soapysdr))
|
||||||
(home-page "https://github.com/pothosware/SoapySDRPlay3/wiki")
|
(arguments
|
||||||
(synopsis "SoapySDR SDRplay module")
|
`(#:tests? #f)) ; No test suite
|
||||||
(description "This package provides SDRplay devices support to the
|
(home-page "https://github.com/pothosware/SoapySDRPlay3/wiki")
|
||||||
|
(synopsis "SoapySDR SDRplay module")
|
||||||
|
(description "This package provides SDRplay devices support to the
|
||||||
SoapySDR library.")
|
SoapySDR library.")
|
||||||
(license expat)))
|
(license expat))))
|
||||||
|
|
Loading…
Add table
Reference in a new issue