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
(package
(name "gqrx")
(version "2.12.1")
(version "2.13.3")
(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 "00alf3q6y313xpx6p7v43vqsphd2x4am4q362lw21bcy9wc4jidw"))))
(base32 "0awj5wzq0p677my0065rpqkmfl3jc0bjdrnip8715z8031cd923n"))))
(build-system qt-build-system)
(native-inputs
`(("pkg-config" ,pkg-config)))