summary refs log tree commit diff
path: root/gnu
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2021-05-29 18:23:31 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2021-05-29 18:23:54 +0200
commit95f104b161c870a4e868e6ffba538188318f7091 (patch)
tree7e45f729ce95213c9bf500bf329f167d59593366 /gnu
parent7aa9785aa6959ede719ec56a982d54b819bcf83d (diff)
downloadguix-95f104b161c870a4e868e6ffba538188318f7091.tar.gz
gnu: hamlib: Update to 4.2.
* gnu/packages/radio.scm (hamlib): Update to 4.2.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/radio.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/radio.scm b/gnu/packages/radio.scm
index 23a26d6a5e..1145c12c87 100644
--- a/gnu/packages/radio.scm
+++ b/gnu/packages/radio.scm
@@ -853,7 +853,7 @@ you must extend 'udev-service-type' with this package.  E.g.:
 (define-public hamlib
   (package
     (name "hamlib")
-    (version "4.1")
+    (version "4.2")
     (source
      (origin
        (method url-fetch)
@@ -861,7 +861,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 "0hi3nc1k55mxff05amdv5iwryaz6r3205l24q0bg7l84f53bkm5l"))))
+        (base32 "1m8gb20i8ga6ndnnw187ry1h4z8wx27v1hl7c610r6ky60pv4072"))))
     (build-system gnu-build-system)
     (native-inputs
      `(("doxygen" ,doxygen)