gnu: gqrx: Update to 2.15.9.

* gnu/packages/radio.scm (gqrx): Update to 2.15.9.
This commit is contained in:
Guillaume Le Vaillant 2022-12-14 17:45:23 +01:00
parent 3a5940b82c
commit 9764b1bb72
No known key found for this signature in database
GPG key ID: 6BE8208ADF21FE3F

View file

@ -988,7 +988,7 @@ (define-public gr-satellites
(define-public gqrx
(package
(name "gqrx")
(version "2.15.8")
(version "2.15.9")
(source
(origin
(method git-fetch)
@ -997,7 +997,7 @@ (define-public gqrx
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32 "1ph7fnjxfv7rfdlh17c8j4djvkfqjnalmcvnafhnq7agjy428727"))))
(base32 "1a70lmcidp5ccmpvlvpfk1g7pshyp8xq2k0kgxrplf8za5hns019"))))
(build-system qt-build-system)
(native-inputs
(list pkg-config))