mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 22:16:32 +01:00
gnu: libhx: Update to 4.2.
* gnu/packages/c.scm (libhx): Update to 4.2.
This commit is contained in:
parent
42eb5b67e3
commit
a7e7385202
1 changed files with 2 additions and 2 deletions
|
@ -252,14 +252,14 @@ (define-public libfixposix
|
||||||
(define-public libhx
|
(define-public libhx
|
||||||
(package
|
(package
|
||||||
(name "libhx")
|
(name "libhx")
|
||||||
(version "4.1")
|
(version "4.2")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://inai.de/files/libhx/"
|
(uri (string-append "https://inai.de/files/libhx/"
|
||||||
"libHX-" version ".tar.xz"))
|
"libHX-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1mifpzxr5kma7gawhv1vbga8j5qi8jgka0axr48v08bdpb83pya2"))))
|
(base32 "1ri3sxiw5a8br27j7f20s40kihfvq6mmxzcrx68zydiwyxjvf5jj"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(home-page "https://inai.de/projects/libhx/")
|
(home-page "https://inai.de/projects/libhx/")
|
||||||
(synopsis "C library with common data structures and functions")
|
(synopsis "C library with common data structures and functions")
|
||||||
|
|
Loading…
Reference in a new issue