gnu: soapyhackrf: Update to 0.3.4-1.6c0c33f.
* gnu/packages/radio.scm (soapyhackrf): Update to 0.3.4-1.6c0c33f.
This commit is contained in:
parent
d94f7a7b53
commit
d86c6cbd7b
1 changed files with 25 additions and 22 deletions
|
@ -427,28 +427,31 @@ controls for certain tuners which may be paired with an audio device.")
|
||||||
(license license:expat))))
|
(license license:expat))))
|
||||||
|
|
||||||
(define-public soapyhackrf
|
(define-public soapyhackrf
|
||||||
(package
|
;; Some fixes are not yet in a tagged release.
|
||||||
(name "soapyhackrf")
|
(let ((commit "6c0c33f0aa44c3080674e6bca0273184d3e9eb44")
|
||||||
(version "0.3.4")
|
(revision "1"))
|
||||||
(source
|
(package
|
||||||
(origin
|
(name "soapyhackrf")
|
||||||
(method git-fetch)
|
(version (git-version "0.3.4" revision commit))
|
||||||
(uri (git-reference
|
(source
|
||||||
(url "https://github.com/pothosware/SoapyHackRF")
|
(origin
|
||||||
(commit (string-append "soapy-hackrf-" version))))
|
(method git-fetch)
|
||||||
(file-name (git-file-name name version))
|
(uri (git-reference
|
||||||
(sha256
|
(url "https://github.com/pothosware/SoapyHackRF")
|
||||||
(base32 "0wnnsm3c4ivwcbs1b68svbyds13aajws9mqk2xjc2pqgj0fdhcvz"))))
|
(commit commit)))
|
||||||
(build-system cmake-build-system)
|
(file-name (git-file-name name version))
|
||||||
(inputs
|
(sha256
|
||||||
(list hackrf soapysdr))
|
(base32 "1khplrp6iphdclj1wrybxs7pw42rf9112fhfhw7x2fvds8yiswm7"))))
|
||||||
(arguments
|
(build-system cmake-build-system)
|
||||||
`(#:tests? #f)) ; No test suite
|
(inputs
|
||||||
(home-page "https://github.com/pothosware/SoapyHackRF/wiki")
|
(list hackrf soapysdr))
|
||||||
(synopsis "SoapySDR HackRF module")
|
(arguments
|
||||||
(description
|
`(#:tests? #f)) ; No test suite
|
||||||
"This package provides HackRF devices support to the SoapySDR library.")
|
(home-page "https://github.com/pothosware/SoapyHackRF/wiki")
|
||||||
(license license:expat)))
|
(synopsis "SoapySDR HackRF module")
|
||||||
|
(description
|
||||||
|
"This package provides HackRF devices support to the SoapySDR library.")
|
||||||
|
(license license:expat))))
|
||||||
|
|
||||||
(define-public soapyrtlsdr
|
(define-public soapyrtlsdr
|
||||||
(package
|
(package
|
||||||
|
|
Reference in a new issue