gnu: hamlib: Update to 4.3.1.
* gnu/packages/radio.scm (hamlib): Update to 4.3.1.
This commit is contained in:
parent
0513aa4b41
commit
3640ad9a4d
1 changed files with 2 additions and 2 deletions
|
@ -1069,7 +1069,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.2")
|
(version "4.3.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(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/"
|
"https://github.com/Hamlib/Hamlib/releases/download/"
|
||||||
version "/hamlib-" version ".tar.gz"))
|
version "/hamlib-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1m8gb20i8ga6ndnnw187ry1h4z8wx27v1hl7c610r6ky60pv4072"))))
|
(base32 "0c578m04zs8dllbd4cv6nxb44y0dn8kiapzkih84ycfjzmnkhdrl"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("doxygen" ,doxygen)
|
`(("doxygen" ,doxygen)
|
||||||
|
|
Reference in a new issue