mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-01 15:26:47 +01:00
gnu: soapyhackrf: Update to 0.3.4.
* gnu/packages/radio.scm (soapyhackrf): Update to 0.3.4.
This commit is contained in:
parent
c469a8b09e
commit
8696b2a09f
1 changed files with 22 additions and 26 deletions
|
@ -320,32 +320,28 @@ (define-public soapyairspyhf
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
||||||
(define-public soapyhackrf
|
(define-public soapyhackrf
|
||||||
;; Use commit because some fixes are not in a release yet
|
(package
|
||||||
;; (last release was in 2018).
|
(name "soapyhackrf")
|
||||||
(let ((commit "8d2e7beebb4c451609cb0cee236fa4d20a0e28b1")
|
(version "0.3.4")
|
||||||
(revision "2"))
|
(source
|
||||||
(package
|
(origin
|
||||||
(name "soapyhackrf")
|
(method git-fetch)
|
||||||
(version (git-version "0.3.3" 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 "0l5890a240i1fan88jjdxaqswk3as410nlrv12a698fy9npqh4w4"))))
|
(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
|
||||||
|
|
Loading…
Reference in a new issue