Archived
1
0
Fork 0

gnu: gqrx: Update to 2.15.8.

* gnu/packages/radio.scm (gqrx): Update to 2.15.8.
This commit is contained in:
Guillaume Le Vaillant 2022-01-27 15:00:42 +01:00
parent a977cc0399
commit e67ede59f2
No known key found for this signature in database
GPG key ID: 6BE8208ADF21FE3F

View file

@ -818,7 +818,7 @@ satellites.")
(define-public gqrx
(package
(name "gqrx")
(version "2.15.4")
(version "2.15.8")
(source
(origin
(method git-fetch)
@ -827,7 +827,7 @@ satellites.")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32 "0r5pdj2l6zs2zvkc1bd7kg9vzx25pcgiw025n5yc841m8yg6n2c9"))))
(base32 "1ph7fnjxfv7rfdlh17c8j4djvkfqjnalmcvnafhnq7agjy428727"))))
(build-system qt-build-system)
(native-inputs
(list pkg-config))