me
/
guix
Archived
1
0
Fork 0

gnu: soapysdr: Update to 0.8.1.

* gnu/packages/radio.scm (soapysdr): Update to 0.8.1.
Guillaume Le Vaillant 2022-01-27 14:31:26 +01:00
parent 9efb406d49
commit c469a8b09e
No known key found for this signature in database
GPG Key ID: 6BE8208ADF21FE3F
1 changed files with 2 additions and 2 deletions

View File

@ -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))