gnu: soapyhackrf: Update to 0.3.4.

* gnu/packages/radio.scm (soapyhackrf): Update to 0.3.4.
This commit is contained in:
Guillaume Le Vaillant 2022-01-27 14:34:35 +01:00
parent c469a8b09e
commit 8696b2a09f
No known key found for this signature in database
GPG key ID: 6BE8208ADF21FE3F

View file

@ -320,22 +320,18 @@ (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
;; (last release was in 2018).
(let ((commit "8d2e7beebb4c451609cb0cee236fa4d20a0e28b1")
(revision "2"))
(package (package
(name "soapyhackrf") (name "soapyhackrf")
(version (git-version "0.3.3" revision commit)) (version "0.3.4")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
(uri (git-reference (uri (git-reference
(url "https://github.com/pothosware/SoapyHackRF") (url "https://github.com/pothosware/SoapyHackRF")
(commit commit))) (commit (string-append "soapy-hackrf-" version))))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 "0l5890a240i1fan88jjdxaqswk3as410nlrv12a698fy9npqh4w4")))) (base32 "0wnnsm3c4ivwcbs1b68svbyds13aajws9mqk2xjc2pqgj0fdhcvz"))))
(build-system cmake-build-system) (build-system cmake-build-system)
(inputs (inputs
(list hackrf soapysdr)) (list hackrf soapysdr))
@ -345,7 +341,7 @@ (define-public soapyhackrf
(synopsis "SoapySDR HackRF module") (synopsis "SoapySDR HackRF module")
(description (description
"This package provides HackRF devices support to the SoapySDR library.") "This package provides HackRF devices support to the SoapySDR library.")
(license license:expat)))) (license license:expat)))
(define-public soapyrtlsdr (define-public soapyrtlsdr
(package (package