guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

04/08: gnu: libzen: Update to 0.4.40.


From: guix-commits
Subject: 04/08: gnu: libzen: Update to 0.4.40.
Date: Fri, 27 Jan 2023 08:54:57 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit a105e2a392c164233e15636a003d5dc18c94acf3
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Jan 22 01:00:02 2023 +0100

    gnu: libzen: Update to 0.4.40.
    
    * gnu/packages/cpp.scm (libzen): Update to 0.4.40.
---
 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 7267dfd872..fc294c6eb4 100644
--- a/gnu/packages/cpp.scm
+++ b/gnu/packages/cpp.scm
@@ -294,7 +294,7 @@ various formats, including @code{json}.")
 (define-public libzen
   (package
     (name "libzen")
-    (version "0.4.39")
+    (version "0.4.40")
     (source (origin
               (method url-fetch)
               ;; Warning: This source has proved unreliable 1 time at least.
@@ -305,7 +305,7 @@ various formats, including @code{json}.")
                                   "libzen_" version ".tar.bz2"))
               (sha256
                (base32
-                "1rwaxmid9iv65n0y6xlcyxxydsvihjni9ldxpg6pbqz43amp49xx"))))
+                "17pnp5i1ppcxhxnfs9qlkzzy35h23pkdwhsgpbqdkf8lab2f4hsm"))))
     (native-inputs
      (list autoconf automake libtool))
     (build-system gnu-build-system)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]