guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: dump1090: Update to 4.0.


From: guix-commits
Subject: branch master updated: gnu: dump1090: Update to 4.0.
Date: Thu, 05 Nov 2020 00:57:48 -0500

This is an automated email from the git hooks/post-receive script.

lfam pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 552e9fc  gnu: dump1090: Update to 4.0.
552e9fc is described below

commit 552e9fc163f61721e03d31a5749a0f8011908901
Author: Leo Famulari <leo@famulari.name>
AuthorDate: Thu Nov 5 00:50:51 2020 -0500

    gnu: dump1090: Update to 4.0.
    
    * gnu/packages/radio.scm (dump1090): Update to 4.0.
---
 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 ebb36c5..9592474 100644
--- a/gnu/packages/radio.scm
+++ b/gnu/packages/radio.scm
@@ -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)))



reply via email to

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