summaryrefslogtreecommitdiff
path: root/gnu/packages/c.scm
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2021-11-10 02:17:53 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2021-11-10 02:19:14 +0100
commita7e7385202e50393aea07000d3799dd73140e928 (patch)
tree8f13c669b787975a4dfa6d9ef22b554afe2cfac1 /gnu/packages/c.scm
parent42eb5b67e32b1a2f4dfc0ec841fad4d0afacf9c3 (diff)
downloadguix-patches-a7e7385202e50393aea07000d3799dd73140e928.tar
guix-patches-a7e7385202e50393aea07000d3799dd73140e928.tar.gz
gnu: libhx: Update to 4.2.
* gnu/packages/c.scm (libhx): Update to 4.2.
Diffstat (limited to 'gnu/packages/c.scm')
-rw-r--r--gnu/packages/c.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/c.scm b/gnu/packages/c.scm
index 93d829391c..97c6818bfd 100644
--- a/gnu/packages/c.scm
+++ b/gnu/packages/c.scm
@@ -252,14 +252,14 @@ whose behaviour is inconsistent across *NIX flavours.")
(define-public libhx
(package
(name "libhx")
- (version "4.1")
+ (version "4.2")
(source
(origin
(method url-fetch)
(uri (string-append "https://inai.de/files/libhx/"
"libHX-" version ".tar.xz"))
(sha256
- (base32 "1mifpzxr5kma7gawhv1vbga8j5qi8jgka0axr48v08bdpb83pya2"))))
+ (base32 "1ri3sxiw5a8br27j7f20s40kihfvq6mmxzcrx68zydiwyxjvf5jj"))))
(build-system gnu-build-system)
(home-page "https://inai.de/projects/libhx/")
(synopsis "C library with common data structures and functions")