me
/
guix
Archived
1
0
Fork 0

gnu: dump1090: Update to 4.0.

* gnu/packages/radio.scm (dump1090): Update to 4.0.
master
Leo Famulari 2020-11-05 00:50:51 -05:00
parent facdae042d
commit 552e9fc163
No known key found for this signature in database
GPG Key ID: 2646FA30BACA7F08
1 changed files with 2 additions and 2 deletions

View File

@ -1015,7 +1015,7 @@ gain and standing wave ratio.")
(define-public dump1090
(package
(name "dump1090")
(version "3.8.1")
(version "4.0")
(source
(origin
(method git-fetch)
@ -1024,7 +1024,7 @@ gain and standing wave ratio.")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32 "0xg8rzrxqklx1m9ncxsd96dlkbjcsxfi2mrb859v50f07xysdyd8"))))
(base32 "1zacsqaqsiapljhzw31dwc4nld2rp98jm3ivkyznrhzk9n156p42"))))
(build-system gnu-build-system)
(native-inputs
`(("pkg-config" ,pkg-config)))