guix-commits
[Top][All Lists]
Advanced

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

12/13: gnu: dump1090: Update to 7.1.


From: guix-commits
Subject: 12/13: gnu: dump1090: Update to 7.1.
Date: Thu, 27 Jan 2022 10:32:11 -0500 (EST)

glv pushed a commit to branch master
in repository guix.

commit 4f1d76365418253749e5d23ea0e6aa0c6ce5b97c
Author: Guillaume Le Vaillant <glv@posteo.net>
AuthorDate: Thu Jan 27 16:01:10 2022 +0100

    gnu: dump1090: Update to 7.1.
    
    * gnu/packages/radio.scm (dump1090): Update to 7.1.
---
 gnu/packages/radio.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/radio.scm b/gnu/packages/radio.scm
index 213b741629..e01b3a633a 100644
--- a/gnu/packages/radio.scm
+++ b/gnu/packages/radio.scm
@@ -1307,7 +1307,7 @@ gain and standing wave ratio.")
 (define-public dump1090
   (package
     (name "dump1090")
-    (version "6.1")
+    (version "7.1")
     (source
      (origin
        (method git-fetch)
@@ -1316,7 +1316,7 @@ gain and standing wave ratio.")
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "13ssp2c3s18rszpmm3rpvicqvgvfiirsjf294m6r1sf3ji7ygd9q"))))
+        (base32 "1702qv5g27sgpqf98sj2qbg36sqzc7r3kssslzzgljqkr5jgrw6m"))))
     (build-system gnu-build-system)
     (native-inputs
      (list pkg-config))



reply via email to

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