gnu: gqrx: Update to 2.16.
* gnu/packages/radio.scm (gqrx): Update to 2.16.
This commit is contained in:
parent
94e2e35534
commit
cdd83a5014
1 changed files with 2 additions and 2 deletions
|
@ -1098,7 +1098,7 @@ satellites.")
|
||||||
(define-public gqrx
|
(define-public gqrx
|
||||||
(package
|
(package
|
||||||
(name "gqrx")
|
(name "gqrx")
|
||||||
(version "2.15.10")
|
(version "2.16")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -1107,7 +1107,7 @@ satellites.")
|
||||||
(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 "0c1s3y7w0gcav666mnkwkb60cczab0rkwdkaqicq1768fsgyhad3"))))
|
(base32 "189cgmp88kabv823l5bfn1xfyyj6sldi5sdbmflvncxicf51b0yp"))))
|
||||||
(build-system qt-build-system)
|
(build-system qt-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list pkg-config))
|
(list pkg-config))
|
||||||
|
|
Reference in a new issue