mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: libhx: Update to 4.3.
* gnu/packages/c.scm (libhx): Update to 4.3.
This commit is contained in:
parent
067b746ed7
commit
31d037ecf3
1 changed files with 2 additions and 2 deletions
|
@ -320,14 +320,14 @@ (define-public libfixposix
|
|||
(define-public libhx
|
||||
(package
|
||||
(name "libhx")
|
||||
(version "4.2")
|
||||
(version "4.3")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://inai.de/files/libhx/"
|
||||
"libHX-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32 "1ri3sxiw5a8br27j7f20s40kihfvq6mmxzcrx68zydiwyxjvf5jj"))))
|
||||
(base32 "06zkzaya6j3vaafz80qcgn5qcri047003bhmjisv5sbikcw97jqy"))))
|
||||
(build-system gnu-build-system)
|
||||
(home-page "https://inai.de/projects/libhx/")
|
||||
(synopsis "C library with common data structures and functions")
|
||||
|
|
Loading…
Reference in a new issue