me
/
guix
Archived
1
0
Fork 0

gnu: libhx: Update to 4.0.1.

* gnu/packages/c.scm (libhx): Update to 4.0.1.
[source, home-page]: Update URL.
master
Tobias Geerinckx-Rice 2021-10-03 16:07:30 +02:00
parent 5d26e2ee2b
commit 29b9c2e6ea
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 4 additions and 4 deletions

View File

@ -252,16 +252,16 @@ whose behaviour is inconsistent across *NIX flavours.")
(define-public libhx
(package
(name "libhx")
(version "3.25")
(version "4.0.1")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://sourceforge/libhx/libHX/"
(uri (string-append "https://inai.de/files/libhx/"
"libHX-" version ".tar.xz"))
(sha256
(base32 "12avn16f8aqb0cq6jplz0sv7rh6f07m85dwc8dasnnwsvijwbpbj"))))
(base32 "1f4rmarym1j368cbxhqzyvdn5dk4bh8951s19ffqwql16anqsgfr"))))
(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")
(description
"This is a C library (with some C++ bindings available) that provides data