gnu: soapyhackrf: Update to 0.3.3-1.fa83fac.
* gnu/packages/radio.scm (soapyhackrf): Update to 0.3.3-1.fa83fac.
This commit is contained in:
parent
503c2039a2
commit
0c0d84603d
1 changed files with 27 additions and 23 deletions
|
@ -313,29 +313,33 @@ SoapySDR library.")
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
||||||
(define-public soapyhackrf
|
(define-public soapyhackrf
|
||||||
(package
|
;; Use commit because some fixes are not in a release yet
|
||||||
(name "soapyhackrf")
|
;; (last release was in 2018).
|
||||||
(version "0.3.3")
|
(let ((commit "fa83fac695fad9e198cc9a19a1e1a9c344fc191f")
|
||||||
(source
|
(revision "1"))
|
||||||
(origin
|
(package
|
||||||
(method git-fetch)
|
(name "soapyhackrf")
|
||||||
(uri (git-reference
|
(version (git-version "0.3.3" revision commit))
|
||||||
(url "https://github.com/pothosware/SoapyHackRF")
|
(source
|
||||||
(commit (string-append "soapy-hackrf-" version))))
|
(origin
|
||||||
(file-name (git-file-name name version))
|
(method git-fetch)
|
||||||
(sha256
|
(uri (git-reference
|
||||||
(base32 "1awn89z462500gb3fjb7x61b1znkjri9n1d39bqfip1qk4s11pxc"))))
|
(url "https://github.com/pothosware/SoapyHackRF")
|
||||||
(build-system cmake-build-system)
|
(commit commit)))
|
||||||
(inputs
|
(file-name (git-file-name name version))
|
||||||
`(("hackrf" ,hackrf)
|
(sha256
|
||||||
("soapysdr" ,soapysdr)))
|
(base32 "0sfb2gq4lp1fff921xm3bqqjv3srdsczjj8ps5jfhxhr6yx3a329"))))
|
||||||
(arguments
|
(build-system cmake-build-system)
|
||||||
`(#:tests? #f)) ; No test suite
|
(inputs
|
||||||
(home-page "https://github.com/pothosware/SoapyHackRF/wiki")
|
`(("hackrf" ,hackrf)
|
||||||
(synopsis "SoapySDR HackRF module")
|
("soapysdr" ,soapysdr)))
|
||||||
(description
|
(arguments
|
||||||
"This package provides HackRF devices support to the SoapySDR library.")
|
`(#:tests? #f)) ; No test suite
|
||||||
(license license:expat)))
|
(home-page "https://github.com/pothosware/SoapyHackRF/wiki")
|
||||||
|
(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