mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-01 00:52:55 -05:00
gnu: hamlib: Update to 4.2.
* gnu/packages/radio.scm (hamlib): Update to 4.2.
This commit is contained in:
parent
7aa9785aa6
commit
95f104b161
1 changed files with 2 additions and 2 deletions
|
@ -853,7 +853,7 @@ (define-public hackrf
|
||||||
(define-public hamlib
|
(define-public hamlib
|
||||||
(package
|
(package
|
||||||
(name "hamlib")
|
(name "hamlib")
|
||||||
(version "4.1")
|
(version "4.2")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -861,7 +861,7 @@ (define-public hamlib
|
||||||
"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 "0hi3nc1k55mxff05amdv5iwryaz6r3205l24q0bg7l84f53bkm5l"))))
|
(base32 "1m8gb20i8ga6ndnnw187ry1h4z8wx27v1hl7c610r6ky60pv4072"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("doxygen" ,doxygen)
|
`(("doxygen" ,doxygen)
|
||||||
|
|
Loading…
Reference in a new issue