Archived
1
0
Fork 0

gnu: hamlib: Update to 4.4.

* gnu/packages/radio.scm (hamlib): Update to 4.4.
This commit is contained in:
Guillaume Le Vaillant 2022-01-27 15:06:43 +01:00
parent e67ede59f2
commit c654e4ac16
No known key found for this signature in database
GPG key ID: 6BE8208ADF21FE3F

View file

@ -1051,7 +1051,7 @@ you must extend 'udev-service-type' with this package. E.g.:
(define-public hamlib (define-public hamlib
(package (package
(name "hamlib") (name "hamlib")
(version "4.3.1") (version "4.4")
(source (source
(origin (origin
(method url-fetch) (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/" "https://github.com/Hamlib/Hamlib/releases/download/"
version "/hamlib-" version ".tar.gz")) version "/hamlib-" version ".tar.gz"))
(sha256 (sha256
(base32 "0c578m04zs8dllbd4cv6nxb44y0dn8kiapzkih84ycfjzmnkhdrl")))) (base32 "11r4i8gmxnb6ixpk4ns38c9xwj3qibp2v3pkhy2z0lhz0xxi1w4b"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(native-inputs (native-inputs
(list doxygen (list doxygen