gnu: gqrx: Update to 2.15.4.

* gnu/packages/radio.scm (gqrx): Update to 2.15.4.
This commit is contained in:
Guillaume Le Vaillant 2022-01-18 19:21:09 +01:00
parent 575e52ac2b
commit 1bd250783d
No known key found for this signature in database
GPG key ID: 6BE8208ADF21FE3F

View file

@ -822,7 +822,7 @@ (define-public gr-satellites
(define-public gqrx
(package
(name "gqrx")
(version "2.15")
(version "2.15.4")
(source
(origin
(method git-fetch)
@ -831,7 +831,7 @@ (define-public gqrx
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32 "1a81wrsl3bj2g3dyd21mka45sfhygbncpkp29ggfvrzffvj1axlv"))))
(base32 "0r5pdj2l6zs2zvkc1bd7kg9vzx25pcgiw025n5yc841m8yg6n2c9"))))
(build-system qt-build-system)
(native-inputs
(list pkg-config))