summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuillaume Le Vaillant <glv@posteo.net>2021-06-11 09:11:29 +0200
committerGuillaume Le Vaillant <glv@posteo.net>2021-06-11 09:11:29 +0200
commitfa0e50e51a6e1106d523dd8271e74d16f36ec698 (patch)
treeb365a6b079bda3b34d61a8f4d28e197194bf7217
parent8871671aa965d47c3f2d4d3730b4735b2f46b46e (diff)
downloadguix-patches-fa0e50e51a6e1106d523dd8271e74d16f36ec698.tar
guix-patches-fa0e50e51a6e1106d523dd8271e74d16f36ec698.tar.gz
gnu: soapyhackrf: Update to 0.3.3-2.8d2e7be.
* gnu/packages/radio.scm (soapyhackrf): Update to 0.3.3-2.8d2e7be.
-rw-r--r--gnu/packages/radio.scm6
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/radio.scm b/gnu/packages/radio.scm
index 369eeed2ac..af248c8a82 100644
--- a/gnu/packages/radio.scm
+++ b/gnu/packages/radio.scm
@@ -315,8 +315,8 @@ SoapySDR library.")
(define-public soapyhackrf
;; Use commit because some fixes are not in a release yet
;; (last release was in 2018).
- (let ((commit "fa83fac695fad9e198cc9a19a1e1a9c344fc191f")
- (revision "1"))
+ (let ((commit "8d2e7beebb4c451609cb0cee236fa4d20a0e28b1")
+ (revision "2"))
(package
(name "soapyhackrf")
(version (git-version "0.3.3" revision commit))
@@ -328,7 +328,7 @@ SoapySDR library.")
(commit commit)))
(file-name (git-file-name name version))
(sha256
- (base32 "0sfb2gq4lp1fff921xm3bqqjv3srdsczjj8ps5jfhxhr6yx3a329"))))
+ (base32 "0l5890a240i1fan88jjdxaqswk3as410nlrv12a698fy9npqh4w4"))))
(build-system cmake-build-system)
(inputs
`(("hackrf" ,hackrf)