mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-05-28 20:12:11 +02:00
gnu: libhx: Update to 4.0.1.
* gnu/packages/c.scm (libhx): Update to 4.0.1. [source, home-page]: Update URL.
This commit is contained in:
+4
-4
@@ -252,16 +252,16 @@ whose behaviour is inconsistent across *NIX flavours.")
|
|||||||
(define-public libhx
|
(define-public libhx
|
||||||
(package
|
(package
|
||||||
(name "libhx")
|
(name "libhx")
|
||||||
(version "3.25")
|
(version "4.0.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "mirror://sourceforge/libhx/libHX/"
|
(uri (string-append "https://inai.de/files/libhx/"
|
||||||
"libHX-" version ".tar.xz"))
|
"libHX-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "12avn16f8aqb0cq6jplz0sv7rh6f07m85dwc8dasnnwsvijwbpbj"))))
|
(base32 "1f4rmarym1j368cbxhqzyvdn5dk4bh8951s19ffqwql16anqsgfr"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(home-page "http://libhx.sourceforge.net")
|
(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")
|
||||||
(description
|
(description
|
||||||
"This is a C library (with some C++ bindings available) that provides data
|
"This is a C library (with some C++ bindings available) that provides data
|
||||||
|
|||||||
Reference in New Issue
Block a user