gnu: dump1090: Update to 6.1.
* gnu/packages/radio.scm (dump1090): Update to 6.1.
This commit is contained in:
parent
6e7c6f105c
commit
8e2aa77d77
@ -1321,7 +1321,7 @@ gain and standing wave ratio.")
|
|||||||
(define-public dump1090
|
(define-public dump1090
|
||||||
(package
|
(package
|
||||||
(name "dump1090")
|
(name "dump1090")
|
||||||
(version "5.0")
|
(version "6.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
@ -1330,7 +1330,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 "1fckfcgypmplzl1lidd04jxiabczlfx9mv21d6rbsfknghsjpn03"))))
|
(base32 "13ssp2c3s18rszpmm3rpvicqvgvfiirsjf294m6r1sf3ji7ygd9q"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list pkg-config))
|
(list pkg-config))
|
||||||
@ -1348,8 +1348,7 @@ gain and standing wave ratio.")
|
|||||||
(lambda* (#:key outputs #:allow-other-keys)
|
(lambda* (#:key outputs #:allow-other-keys)
|
||||||
(let ((bin (string-append (assoc-ref outputs "out") "/bin/")))
|
(let ((bin (string-append (assoc-ref outputs "out") "/bin/")))
|
||||||
(install-file "dump1090" bin)
|
(install-file "dump1090" bin)
|
||||||
(install-file "view1090" bin)
|
(install-file "view1090" bin)))))))
|
||||||
#t))))))
|
|
||||||
(synopsis "Mode S decoder for rtl-sdr devices")
|
(synopsis "Mode S decoder for rtl-sdr devices")
|
||||||
(description
|
(description
|
||||||
"Dump1090 is a Mode S decoder specifically designed for rtl-sdr devices.
|
"Dump1090 is a Mode S decoder specifically designed for rtl-sdr devices.
|
||||||
|
Loading…
Reference in New Issue
Block a user