gnu: gqrx: Update to 2.15.8.
* gnu/packages/radio.scm (gqrx): Update to 2.15.8.
This commit is contained in:
parent
a977cc0399
commit
e67ede59f2
1 changed files with 2 additions and 2 deletions
|
@ -818,7 +818,7 @@ satellites.")
|
|||
(define-public gqrx
|
||||
(package
|
||||
(name "gqrx")
|
||||
(version "2.15.4")
|
||||
(version "2.15.8")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -827,7 +827,7 @@ satellites.")
|
|||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "0r5pdj2l6zs2zvkc1bd7kg9vzx25pcgiw025n5yc841m8yg6n2c9"))))
|
||||
(base32 "1ph7fnjxfv7rfdlh17c8j4djvkfqjnalmcvnafhnq7agjy428727"))))
|
||||
(build-system qt-build-system)
|
||||
(native-inputs
|
||||
(list pkg-config))
|
||||
|
|
Reference in a new issue