guix-commits
[Top][All Lists]
Advanced

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

02/02: gnu: hamlib: Update to 4.3.1.


From: guix-commits
Subject: 02/02: gnu: hamlib: Update to 4.3.1.
Date: Thu, 21 Oct 2021 20:18:22 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 3640ad9a4d0fb80d052f346a33bf4470ae2890c3
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Fri Oct 22 01:14:18 2021 +0200

    gnu: hamlib: Update to 4.3.1.
    
    * gnu/packages/radio.scm (hamlib): Update to 4.3.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 6c6955b..7c059af 100644
--- a/gnu/packages/radio.scm
+++ b/gnu/packages/radio.scm
@@ -1069,7 +1069,7 @@ you must extend 'udev-service-type' with this package.  
E.g.:
 (define-public hamlib
   (package
     (name "hamlib")
-    (version "4.2")
+    (version "4.3.1")
     (source
      (origin
        (method url-fetch)
@@ -1077,7 +1077,7 @@ you must extend 'udev-service-type' with this package.  
E.g.:
              "https://github.com/Hamlib/Hamlib/releases/download/";
              version "/hamlib-" version ".tar.gz"))
        (sha256
-        (base32 "1m8gb20i8ga6ndnnw187ry1h4z8wx27v1hl7c610r6ky60pv4072"))))
+        (base32 "0c578m04zs8dllbd4cv6nxb44y0dn8kiapzkih84ycfjzmnkhdrl"))))
     (build-system gnu-build-system)
     (native-inputs
      `(("doxygen" ,doxygen)



reply via email to

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