gnu: gqrx-scanner: Update to 1.0.5.
* gnu/packages/radio.scm (gqrx-scanner): Update to 1.0.5. Change-Id: I68f3363f6e164aa3274eecf4c2515609565b652fmaster
parent
e3e59a1ffe
commit
ae3a8a61d4
|
@ -1242,7 +1242,7 @@ using GNU Radio and the Qt GUI toolkit.")
|
||||||
(define-public gqrx-scanner
|
(define-public gqrx-scanner
|
||||||
(package
|
(package
|
||||||
(name "gqrx-scanner")
|
(name "gqrx-scanner")
|
||||||
(version "1.0.4")
|
(version "1.0.5")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -1251,7 +1251,7 @@ using GNU Radio and the Qt GUI toolkit.")
|
||||||
(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 "0ar8kqfrd768l6y4kqgq3467xckrrpaq8zlwzz5l7lp8r41w5plr"))))
|
(base32 "0swciyqx5fnqmbb6d55cnjrc2bysr9vamyp0lzsvwgh2g2r29i7w"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(#:tests? #f)) ; No test suite
|
'(#:tests? #f)) ; No test suite
|
||||||
|
|
Reference in New Issue