guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/02: gnu: dump1090: Update to 5.0.


From: guix-commits
Subject: 01/02: gnu: dump1090: Update to 5.0.
Date: Sun, 18 Jul 2021 09:01:42 -0400 (EDT)

glv pushed a commit to branch master
in repository guix.

commit 848a9a1e3f12902074477cba703229acfb66f6c6
Author: Guillaume Le Vaillant <glv@posteo.net>
AuthorDate: Sun Jul 18 13:38:40 2021 +0200

    gnu: dump1090: Update to 5.0.
    
    * gnu/packages/radio.scm (dump1090): Update to 5.0.
      [inputs]: Add hackrf.
---
 gnu/packages/radio.scm | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/radio.scm b/gnu/packages/radio.scm
index 7ee0851..3e7dfaf 100644
--- a/gnu/packages/radio.scm
+++ b/gnu/packages/radio.scm
@@ -1371,7 +1371,7 @@ gain and standing wave ratio.")
 (define-public dump1090
   (package
     (name "dump1090")
-    (version "4.0")
+    (version "5.0")
     (source
      (origin
        (method git-fetch)
@@ -1380,12 +1380,13 @@ gain and standing wave ratio.")
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1zacsqaqsiapljhzw31dwc4nld2rp98jm3ivkyznrhzk9n156p42"))))
+        (base32 "1fckfcgypmplzl1lidd04jxiabczlfx9mv21d6rbsfknghsjpn03"))))
     (build-system gnu-build-system)
     (native-inputs
      `(("pkg-config" ,pkg-config)))
     (inputs
-     `(("libusb" ,libusb)
+     `(("hackrf" ,hackrf)
+       ("libusb" ,libusb)
        ("ncurses" ,ncurses)
        ("rtl-sdr" ,rtl-sdr)))
     (arguments



reply via email to

[Prev in Thread] Current Thread [Next in Thread]