summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuillaume Le Vaillant <glv@posteo.net>2022-01-27 14:31:26 +0100
committerGuillaume Le Vaillant <glv@posteo.net>2022-01-27 16:31:21 +0100
commitc469a8b09e6cb54d0d7e76f1baac9591c9dc958b (patch)
tree1623d6878e4ab409511a600e45691ea86f0facf4
parent9efb406d49388359e5e2a669f937eba95eac178d (diff)
downloadguix-patches-c469a8b09e6cb54d0d7e76f1baac9591c9dc958b.tar
guix-patches-c469a8b09e6cb54d0d7e76f1baac9591c9dc958b.tar.gz
gnu: soapysdr: Update to 0.8.1.
* gnu/packages/radio.scm (soapysdr): Update to 0.8.1.
-rw-r--r--gnu/packages/radio.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/radio.scm b/gnu/packages/radio.scm
index b0b886a98d..7a94113e18 100644
--- a/gnu/packages/radio.scm
+++ b/gnu/packages/radio.scm
@@ -270,7 +270,7 @@ with this package. E.g.: @code{(udev-rules-service 'airspyhf airspyhf)}")
(define-public soapysdr
(package
(name "soapysdr")
- (version "0.8.0")
+ (version "0.8.1")
(source
(origin
(method git-fetch)
@@ -279,7 +279,7 @@ with this package. E.g.: @code{(udev-rules-service 'airspyhf airspyhf)}")
(commit (string-append "soapy-sdr-" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "1dy25zxk7wmg7ik82dx7h3bbbynvalbz1dxsl7kgm3374yxhnixv"))))
+ (base32 "19f2x0pkxvf9figa0pl6xqlcz8fblvqb19mcnj632p0l8vk6qdv2"))))
(build-system cmake-build-system)
(native-inputs
(list python swig))