mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: gqrx: Update to 2.17.2.
* gnu/packages/radio.scm (gqrx): Update to 2.17.2.
This commit is contained in:
parent
f32c8d3b73
commit
2d24ba34ed
1 changed files with 2 additions and 2 deletions
|
@ -1197,7 +1197,7 @@ (define-public gr-satellites
|
|||
(define-public gqrx
|
||||
(package
|
||||
(name "gqrx")
|
||||
(version "2.17")
|
||||
(version "2.17.2")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -1206,7 +1206,7 @@ (define-public gqrx
|
|||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "0gg2i4x4z9ggliflpb00434q28831qfrxr0dv7d83ahagy428z22"))))
|
||||
(base32 "1psfbwdgac4wkl6vjdk092rmwbd7228l0d3l5p9ab48d6vyrn2kp"))))
|
||||
(build-system qt-build-system)
|
||||
(native-inputs
|
||||
(list pkg-config))
|
||||
|
|
Loading…
Reference in a new issue