mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 22:26:40 -05:00
gnu: gqrx-scanner: Update to 1.0.5.
* gnu/packages/radio.scm (gqrx-scanner): Update to 1.0.5. Change-Id: I68f3363f6e164aa3274eecf4c2515609565b652f
This commit is contained in:
parent
e3e59a1ffe
commit
ae3a8a61d4
1 changed files with 2 additions and 2 deletions
|
@ -1242,7 +1242,7 @@ (define-public gqrx
|
|||
(define-public gqrx-scanner
|
||||
(package
|
||||
(name "gqrx-scanner")
|
||||
(version "1.0.4")
|
||||
(version "1.0.5")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -1251,7 +1251,7 @@ (define-public gqrx-scanner
|
|||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "0ar8kqfrd768l6y4kqgq3467xckrrpaq8zlwzz5l7lp8r41w5plr"))))
|
||||
(base32 "0swciyqx5fnqmbb6d55cnjrc2bysr9vamyp0lzsvwgh2g2r29i7w"))))
|
||||
(build-system cmake-build-system)
|
||||
(arguments
|
||||
'(#:tests? #f)) ; No test suite
|
||||
|
|
Loading…
Reference in a new issue