[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
06/09: gnu: dump1090: Update to 6.1.
From: |
guix-commits |
Subject: |
06/09: gnu: dump1090: Update to 6.1. |
Date: |
Fri, 17 Dec 2021 09:21:11 -0500 (EST) |
glv pushed a commit to branch master
in repository guix.
commit 8e2aa77d77066143e427c8211ac90bc9508fab34
Author: Guillaume Le Vaillant <glv@posteo.net>
AuthorDate: Fri Dec 17 14:25:20 2021 +0100
gnu: dump1090: Update to 6.1.
* gnu/packages/radio.scm (dump1090): Update to 6.1.
---
gnu/packages/radio.scm | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/radio.scm b/gnu/packages/radio.scm
index 38f9873..2ff7147 100644
--- a/gnu/packages/radio.scm
+++ b/gnu/packages/radio.scm
@@ -1321,7 +1321,7 @@ gain and standing wave ratio.")
(define-public dump1090
(package
(name "dump1090")
- (version "5.0")
+ (version "6.1")
(source
(origin
(method git-fetch)
@@ -1330,7 +1330,7 @@ gain and standing wave ratio.")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "1fckfcgypmplzl1lidd04jxiabczlfx9mv21d6rbsfknghsjpn03"))))
+ (base32 "13ssp2c3s18rszpmm3rpvicqvgvfiirsjf294m6r1sf3ji7ygd9q"))))
(build-system gnu-build-system)
(native-inputs
(list pkg-config))
@@ -1348,8 +1348,7 @@ gain and standing wave ratio.")
(lambda* (#:key outputs #:allow-other-keys)
(let ((bin (string-append (assoc-ref outputs "out") "/bin/")))
(install-file "dump1090" bin)
- (install-file "view1090" bin)
- #t))))))
+ (install-file "view1090" bin)))))))
(synopsis "Mode S decoder for rtl-sdr devices")
(description
"Dump1090 is a Mode S decoder specifically designed for rtl-sdr devices.
- branch master updated (47bc8a5 -> 6718fe7), guix-commits, 2021/12/17
- 03/09: gnu: dream: Update to 2.2., guix-commits, 2021/12/17
- 07/09: gnu: xnec2c: Update to 4.2., guix-commits, 2021/12/17
- 02/09: gnu: wfview: Update to 1.2d., guix-commits, 2021/12/17
- 01/09: gnu: sdrangel: Update to 6.17.5., guix-commits, 2021/12/17
- 04/09: gnu: qsstv: Update to 9.5.8., guix-commits, 2021/12/17
- 05/09: gnu: rtl-433: Update to 21.12., guix-commits, 2021/12/17
- 09/09: gnu: js8call: Remove workaround., guix-commits, 2021/12/17
- 06/09: gnu: dump1090: Update to 6.1.,
guix-commits <=
- 08/09: gnu: wsjtx: Update to 2.5.2., guix-commits, 2021/12/17