mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-21 09:37:03 +01:00
gnu: hamlib: Update to 4.4.
* gnu/packages/radio.scm (hamlib): Update to 4.4.
This commit is contained in:
parent
e67ede59f2
commit
c654e4ac16
1 changed files with 2 additions and 2 deletions
|
@ -1051,7 +1051,7 @@ (define-public hackrf
|
|||
(define-public hamlib
|
||||
(package
|
||||
(name "hamlib")
|
||||
(version "4.3.1")
|
||||
(version "4.4")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -1059,7 +1059,7 @@ (define-public hamlib
|
|||
"https://github.com/Hamlib/Hamlib/releases/download/"
|
||||
version "/hamlib-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "0c578m04zs8dllbd4cv6nxb44y0dn8kiapzkih84ycfjzmnkhdrl"))))
|
||||
(base32 "11r4i8gmxnb6ixpk4ns38c9xwj3qibp2v3pkhy2z0lhz0xxi1w4b"))))
|
||||
(build-system gnu-build-system)
|
||||
(native-inputs
|
||||
(list doxygen
|
||||
|
|
Loading…
Reference in a new issue