gnu: gqrx: Update to 2.13.3.

* gnu/packages/radio.scm (gqrx): Update to 2.13.3.
This commit is contained in:
Leo Famulari 2020-11-05 17:44:13 -05:00
parent 31200d8b05
commit ae9fbece00
No known key found for this signature in database
GPG key ID: 2646FA30BACA7F08

View file

@ -538,7 +538,7 @@ (define-public gnuradio-iqbalance
(define-public gqrx (define-public gqrx
(package (package
(name "gqrx") (name "gqrx")
(version "2.12.1") (version "2.13.3")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -547,7 +547,7 @@ (define-public gqrx
(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 "00alf3q6y313xpx6p7v43vqsphd2x4am4q362lw21bcy9wc4jidw")))) (base32 "0awj5wzq0p677my0065rpqkmfl3jc0bjdrnip8715z8031cd923n"))))
(build-system qt-build-system) (build-system qt-build-system)
(native-inputs (native-inputs
`(("pkg-config" ,pkg-config))) `(("pkg-config" ,pkg-config)))