me
/
guix
Archived
1
0
Fork 0

gnu: gqrx-scanner: Update to 1.0.5.

* gnu/packages/radio.scm (gqrx-scanner): Update to 1.0.5.

Change-Id: I68f3363f6e164aa3274eecf4c2515609565b652f
master
Guillaume Le Vaillant 2024-04-19 10:36:56 +02:00
parent e3e59a1ffe
commit ae3a8a61d4
No known key found for this signature in database
GPG Key ID: 6BE8208ADF21FE3F
1 changed files with 2 additions and 2 deletions

View File

@ -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