summaryrefslogtreecommitdiff
path: root/gnu/packages/radio.scm
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2021-10-22 01:14:18 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2021-10-22 02:14:25 +0200
commit3640ad9a4d0fb80d052f346a33bf4470ae2890c3 (patch)
tree5d162de6da7a509096db5f0791a38fde2bd78aa7 /gnu/packages/radio.scm
parent0513aa4b41bcc34840a24054e4e2da2dd6e39ed3 (diff)
downloadguix-patches-3640ad9a4d0fb80d052f346a33bf4470ae2890c3.tar
guix-patches-3640ad9a4d0fb80d052f346a33bf4470ae2890c3.tar.gz
gnu: hamlib: Update to 4.3.1.
* gnu/packages/radio.scm (hamlib): Update to 4.3.1.
Diffstat (limited to 'gnu/packages/radio.scm')
-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 6c6955b5ea..7c059affa4 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)