guix-commits
[Top][All Lists]
Advanced

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

09/13: gnu: hamlib: Update to 4.4.


From: guix-commits
Subject: 09/13: gnu: hamlib: Update to 4.4.
Date: Thu, 27 Jan 2022 10:32:10 -0500 (EST)

glv pushed a commit to branch master
in repository guix.

commit c654e4ac1622bead4b75414b27aad4cfa2ac0d3c
Author: Guillaume Le Vaillant <glv@posteo.net>
AuthorDate: Thu Jan 27 15:06:43 2022 +0100

    gnu: hamlib: Update to 4.4.
    
    * gnu/packages/radio.scm (hamlib): Update to 4.4.
---
 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 23604bd43f..644586a9fd 100644
--- a/gnu/packages/radio.scm
+++ b/gnu/packages/radio.scm
@@ -1051,7 +1051,7 @@ you must extend 'udev-service-type' with this package.  
E.g.:
 (define-public hamlib
   (package
     (name "hamlib")
-    (version "4.3.1")
+    (version "4.4")
     (source
      (origin
        (method url-fetch)
@@ -1059,7 +1059,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 "0c578m04zs8dllbd4cv6nxb44y0dn8kiapzkih84ycfjzmnkhdrl"))))
+        (base32 "11r4i8gmxnb6ixpk4ns38c9xwj3qibp2v3pkhy2z0lhz0xxi1w4b"))))
     (build-system gnu-build-system)
     (native-inputs
      (list doxygen



reply via email to

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