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 c9d42d6 gnu: hamlib: Update to 4.1. c9d42d6 is described below commit c9d42d611c43e485fe39ef0adc2b032a4aec8fae Author: Guillaume Le Vaillant <g...@posteo.net> AuthorDate: Fri Mar 5 10:40:18 2021 +0100 gnu: hamlib: Update to 4.1. * gnu/packages/radio.scm (hamlib): Update to 4.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 af6d852..6a48e87 100644 --- a/gnu/packages/radio.scm +++ b/gnu/packages/radio.scm @@ -773,7 +773,7 @@ you must extend 'udev-service-type' with this package. E.g.: (define-public hamlib (package (name "hamlib") - (version "3.3") + (version "4.1") (source (origin (method url-fetch) @@ -781,7 +781,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 "10788mgrhbc57zpzakcxv5aqnr2819pcshml6fbh8zvnkja562y9")))) + (base32 "0hi3nc1k55mxff05amdv5iwryaz6r3205l24q0bg7l84f53bkm5l")))) (build-system gnu-build-system) (native-inputs `(("doxygen" ,doxygen)