Archived
1
0
Fork 0

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:
Guillaume Le Vaillant 2022-12-14 17:32:42 +01:00
parent d94f7a7b53
commit d86c6cbd7b
No known key found for this signature in database
GPG key ID: 6BE8208ADF21FE3F

View file

@ -427,18 +427,21 @@ controls for certain tuners which may be paired with an audio device.")
(license license:expat)))) (license license:expat))))
(define-public soapyhackrf (define-public soapyhackrf
;; Some fixes are not yet in a tagged release.
(let ((commit "6c0c33f0aa44c3080674e6bca0273184d3e9eb44")
(revision "1"))
(package (package
(name "soapyhackrf") (name "soapyhackrf")
(version "0.3.4") (version (git-version "0.3.4" revision commit))
(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 (string-append "soapy-hackrf-" version)))) (commit commit)))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 "0wnnsm3c4ivwcbs1b68svbyds13aajws9mqk2xjc2pqgj0fdhcvz")))) (base32 "1khplrp6iphdclj1wrybxs7pw42rf9112fhfhw7x2fvds8yiswm7"))))
(build-system cmake-build-system) (build-system cmake-build-system)
(inputs (inputs
(list hackrf soapysdr)) (list hackrf soapysdr))
@ -448,7 +451,7 @@ controls for certain tuners which may be paired with an audio device.")
(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