gnu: gqrx: Update to 2.13.5.
* gnu/packages/radio.scm (gqrx): Update to 2.13.5.
This commit is contained in:
parent
6500797fb1
commit
a79fd1c2d2
1 changed files with 3 additions and 3 deletions
|
@ -538,7 +538,7 @@ to the fix block above.
|
||||||
(define-public gqrx
|
(define-public gqrx
|
||||||
(package
|
(package
|
||||||
(name "gqrx")
|
(name "gqrx")
|
||||||
(version "2.13.3")
|
(version "2.13.5")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -547,7 +547,7 @@ to the fix block above.
|
||||||
(commit (string-append "v" version))))
|
(commit (string-append "v" version))))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0awj5wzq0p677my0065rpqkmfl3jc0bjdrnip8715z8031cd923n"))))
|
(base32 "168wjad5g0ka555hwsciwbj7fqx1c89q59hq1yxj8aiyp5kfcahx"))))
|
||||||
(build-system qt-build-system)
|
(build-system qt-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("pkg-config" ,pkg-config)))
|
`(("pkg-config" ,pkg-config)))
|
||||||
|
@ -567,7 +567,7 @@ to the fix block above.
|
||||||
("qtsvg" ,qtsvg)
|
("qtsvg" ,qtsvg)
|
||||||
("volk" ,volk)))
|
("volk" ,volk)))
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #f)) ; No tests
|
`(#:tests? #f)) ; no tests
|
||||||
(synopsis "Software defined radio receiver")
|
(synopsis "Software defined radio receiver")
|
||||||
(description "Gqrx is a software defined radio (SDR) receiver implemented
|
(description "Gqrx is a software defined radio (SDR) receiver implemented
|
||||||
using GNU Radio and the Qt GUI toolkit.")
|
using GNU Radio and the Qt GUI toolkit.")
|
||||||
|
|
Reference in a new issue