mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 06:18:07 -05:00
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 @@ (define-public gnuradio-iqbalance
|
|||
(define-public gqrx
|
||||
(package
|
||||
(name "gqrx")
|
||||
(version "2.13.3")
|
||||
(version "2.13.5")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -547,7 +547,7 @@ (define-public gqrx
|
|||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "0awj5wzq0p677my0065rpqkmfl3jc0bjdrnip8715z8031cd923n"))))
|
||||
(base32 "168wjad5g0ka555hwsciwbj7fqx1c89q59hq1yxj8aiyp5kfcahx"))))
|
||||
(build-system qt-build-system)
|
||||
(native-inputs
|
||||
`(("pkg-config" ,pkg-config)))
|
||||
|
@ -567,7 +567,7 @@ (define-public gqrx
|
|||
("qtsvg" ,qtsvg)
|
||||
("volk" ,volk)))
|
||||
(arguments
|
||||
`(#:tests? #f)) ; No tests
|
||||
`(#:tests? #f)) ; no tests
|
||||
(synopsis "Software defined radio receiver")
|
||||
(description "Gqrx is a software defined radio (SDR) receiver implemented
|
||||
using GNU Radio and the Qt GUI toolkit.")
|
||||
|
|
Loading…
Reference in a new issue