[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
09/22: gnu: libhx: Update to 4.8.
From: |
guix-commits |
Subject: |
09/22: gnu: libhx: Update to 4.8. |
Date: |
Tue, 13 Dec 2022 21:10:14 -0500 (EST) |
nckx pushed a commit to branch master
in repository guix.
commit 62cb0eae3e3312849c90c1bfaa59e18fa33af562
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Dec 11 01:00:05 2022 +0100
gnu: libhx: Update to 4.8.
* gnu/packages/c.scm (libhx): Update to 4.8.
---
gnu/packages/c.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/c.scm b/gnu/packages/c.scm
index d03ad238b7..04c9fcdc62 100644
--- a/gnu/packages/c.scm
+++ b/gnu/packages/c.scm
@@ -425,14 +425,14 @@ whose behaviour is inconsistent across *NIX flavours.")
(define-public libhx
(package
(name "libhx")
- (version "4.3")
+ (version "4.8")
(source
(origin
(method url-fetch)
(uri (string-append "https://inai.de/files/libhx/"
"libHX-" version ".tar.xz"))
(sha256
- (base32 "06zkzaya6j3vaafz80qcgn5qcri047003bhmjisv5sbikcw97jqy"))))
+ (base32 "1mj6n4p0fs1jzj1dvk2xkyiyc1s7s5fxv27iciwn0xkwhasjmhxa"))))
(build-system gnu-build-system)
(home-page "https://inai.de/projects/libhx/")
(synopsis "C library with common data structures and functions")
- branch master updated (688028931f -> 85dcea59f6), guix-commits, 2022/12/13
- 02/22: gnu: libltc: Update to 1.3.2., guix-commits, 2022/12/13
- 04/22: gnu: byacc: Update to 20221106., guix-commits, 2022/12/13
- 06/22: gnu: doctest: Update to 2.4.9., guix-commits, 2022/12/13
- 09/22: gnu: libhx: Update to 4.8.,
guix-commits <=
- 01/22: gnu: realmd: Update to 0.17.1., guix-commits, 2022/12/13
- 03/22: gnu: fio: Update to 3.33., guix-commits, 2022/12/13
- 05/22: gnu: ccache: Update to 4.7.4., guix-commits, 2022/12/13
- 07/22: gnu: python-aiounittest: Update to 1.4.2., guix-commits, 2022/12/13
- 13/22: gnu: dash: Capitalise description sentences., guix-commits, 2022/12/13
- 08/22: gnu: libdeflate: Update to 1.15., guix-commits, 2022/12/13
- 10/22: gnu: global: Update to 6.6.9., guix-commits, 2022/12/13
- 20/22: gnu: nmrpflash: Rephrase synopsis., guix-commits, 2022/12/13
- 11/22: gnu: botan: Update to 2.19.3., guix-commits, 2022/12/13
- 22/22: gnu: isc-dhcp: Update description., guix-commits, 2022/12/13