me
/
guix
Archived
1
0
Fork 0

gnu: gqrx: Update to 2.17.5.

* gnu/packages/radio.scm (gqrx): Update to 2.17.5.

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

View File

@ -1201,7 +1201,7 @@ satellites.")
(define-public gqrx (define-public gqrx
(package (package
(name "gqrx") (name "gqrx")
(version "2.17.3") (version "2.17.5")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -1210,7 +1210,7 @@ satellites.")
(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 "00pasp13gqglixl0iy9jb242vx1kczgpinjs3d8a1cl8yv5w6xkl")))) (base32 "0dhjnsa0z6vv8dqv1zwfzxk6p4x1hvk22cikspcj8sggbyr8ymzm"))))
(build-system qt-build-system) (build-system qt-build-system)
(native-inputs (native-inputs
(list pkg-config)) (list pkg-config))