mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 14:28:15 -05:00
gnu: gqrx: Update to 2.15.9.
* gnu/packages/radio.scm (gqrx): Update to 2.15.9.
This commit is contained in:
parent
3a5940b82c
commit
9764b1bb72
1 changed files with 2 additions and 2 deletions
|
@ -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))
|
||||
|
|
Loading…
Reference in a new issue