me
/
guix
Archived
1
0
Fork 0

gnu: dump1090: Update to 8.2.

* gnu/packages/radio.scm (dump1090): Update to 8.2.
Guillaume Le Vaillant 2022-12-14 17:54:07 +01:00
parent 3796e8b422
commit c01b546d82
No known key found for this signature in database
GPG Key ID: 6BE8208ADF21FE3F
1 changed files with 2 additions and 2 deletions

View File

@ -1561,7 +1561,7 @@ gain and standing wave ratio.")
(define-public dump1090 (define-public dump1090
(package (package
(name "dump1090") (name "dump1090")
(version "7.1") (version "8.2")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -1570,7 +1570,7 @@ gain and standing wave ratio.")
(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 "1702qv5g27sgpqf98sj2qbg36sqzc7r3kssslzzgljqkr5jgrw6m")))) (base32 "16ylywy2fdwf5kqr8kgl9lbzy1zwx4ckj9y122k3h86pfkswljs9"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(native-inputs (native-inputs
(list pkg-config)) (list pkg-config))