[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/05: gnu: libzen: Update to 0.4.41.
From: |
guix-commits |
Subject: |
02/05: gnu: libzen: Update to 0.4.41. |
Date: |
Sat, 16 Sep 2023 14:19:25 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit 6415fd680d35b51c82bbf69aa74032337873a82e
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Sep 10 02:00:00 2023 +0200
gnu: libzen: Update to 0.4.41.
* gnu/packages/cpp.scm (libzen): Update to 0.4.41.
---
gnu/packages/cpp.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/cpp.scm b/gnu/packages/cpp.scm
index 72f04b25a0..4ee7f375d7 100644
--- a/gnu/packages/cpp.scm
+++ b/gnu/packages/cpp.scm
@@ -298,7 +298,7 @@ various formats, including @code{json}.")
(define-public libzen
(package
(name "libzen")
- (version "0.4.40")
+ (version "0.4.41")
(source (origin
(method url-fetch)
;; Warning: This source has proved unreliable 1 time at least.
@@ -309,7 +309,7 @@ various formats, including @code{json}.")
"libzen_" version ".tar.bz2"))
(sha256
(base32
- "17pnp5i1ppcxhxnfs9qlkzzy35h23pkdwhsgpbqdkf8lab2f4hsm"))))
+ "0b8yj3rmmcv2fn3b5bnchfkk82fy4w5446c70sxccvfa7myps8zb"))))
(native-inputs
(list autoconf automake libtool))
(build-system gnu-build-system)