gnu: gqrx: Update to 2.14.6.

* gnu/packages/radio.scm (gqrx): Update to 2.14.6.
This commit is contained in:
Tobias Geerinckx-Rice 2021-10-15 16:14:07 +02:00
parent 83aa4969ec
commit a24c0f5b94
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -839,7 +839,7 @@ satellites.")
(define-public gqrx
(package
(name "gqrx")
(version "2.14.4")
(version "2.14.6")
(source
(origin
(method git-fetch)
@ -848,7 +848,7 @@ satellites.")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32 "0m4ncydihz4n4i80c252vk3c5v672yab1jv85n6ndn7a92xv3ilq"))))
(base32 "0gz875fbg0ffdi7icm0hqg0dz33hdfszi70b7cax1fcgq5fr1j8c"))))
(build-system qt-build-system)
(native-inputs
`(("pkg-config" ,pkg-config)))