guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: chirp: Update to 20200430.


From: guix-commits
Subject: branch master updated: gnu: chirp: Update to 20200430.
Date: Fri, 15 May 2020 05:53:46 -0400

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

glv pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 0419198  gnu: chirp: Update to 20200430.
0419198 is described below

commit 04191985cc7581148bf3f3872f6deb20b6a98514
Author: Guillaume Le Vaillant <address@hidden>
AuthorDate: Thu May 14 23:03:10 2020 +0200

    gnu: chirp: Update to 20200430.
    
    * gnu/packages/radio.scm (chirp): Update to 20200430.
---
 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 123357a..f5dbbf7 100644
--- a/gnu/packages/radio.scm
+++ b/gnu/packages/radio.scm
@@ -159,7 +159,7 @@ this package.  E.g.: @code{(udev-rules-service 'rtl-sdr 
rtl-sdr)}")
 (define-public chirp
   (package
     (name "chirp")
-    (version "20181205")
+    (version "20200430")
     (source
      (origin
        (method url-fetch)
@@ -167,7 +167,7 @@ this package.  E.g.: @code{(udev-rules-service 'rtl-sdr 
rtl-sdr)}")
                            version "/chirp-daily-" version ".tar.gz"))
        (sha256
         (base32
-         "1cp280b95j39xaxs50zn55jigg7pyfpm9n098hmsyxrplqn8z43c"))))
+         "060fzplgmpfrk6wkfaasx7phpfk90mmylk6drbwzk4f9r1655vda"))))
     (build-system python-build-system)
     (inputs
      `(("python2-libxml2" ,python2-libxml2)



reply via email to

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