mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-06-08 02:58:53 +02:00
gnu: gnuradio: Update to 3.10.11.0.
* gnu/packages/radio.scm (gnuradio): Update to 3.10.11.0. Change-Id: I4d8b83effcadd831f1cfc769bfcfb90d4a1439f5 Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
This commit is contained in:
committed by
Guillaume Le Vaillant
parent
a4c89856e5
commit
3e7047e058
@@ -797,7 +797,7 @@ used by RDS Spy, and audio files containing @dfn{multiplex} signals (MPX).")
|
||||
(define-public gnuradio
|
||||
(package
|
||||
(name "gnuradio")
|
||||
(version "3.10.10.0")
|
||||
(version "3.10.11.0")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
@@ -806,7 +806,7 @@ used by RDS Spy, and audio files containing @dfn{multiplex} signals (MPX).")
|
||||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "1jq94nycccpgw2cc39hgixjq7cqdw836bnz0fvmynfg3f22mcid4"))))
|
||||
(base32 "1px44c9clafivjw37zy6h6d94xf70v7i5iyarrdgm6cr7x95grj0"))))
|
||||
(build-system cmake-build-system)
|
||||
(native-inputs
|
||||
(list doxygen
|
||||
|
||||
Reference in New Issue
Block a user