guix-commits
[Top][All Lists]
Advanced

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

12/16: gnu: libconfini: Update to 1.16.4.


From: guix-commits
Subject: 12/16: gnu: libconfini: Update to 1.16.4.
Date: Wed, 27 Jul 2022 06:30:03 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 6efe29d2e7c17c7609f56a0bceaa491d01ac3e96
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Jul 24 02:00:01 2022 +0200

    gnu: libconfini: Update to 1.16.4.
    
    * gnu/packages/cpp.scm (libconfini): Update to 1.16.4.
---
 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 5ae5efc330..481671f443 100644
--- a/gnu/packages/cpp.scm
+++ b/gnu/packages/cpp.scm
@@ -1474,7 +1474,7 @@ output randomness while retaining speed, simplicity, and 
conciseness.")
 (define-public libconfini
   (package
     (name "libconfini")
-    (version "1.16.3")
+    (version "1.16.4")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -1483,7 +1483,7 @@ output randomness while retaining speed, simplicity, and 
conciseness.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "01g8ai2z4fwshk06k824j6ib8nfb3cwxs5kqpqjvv4k5ayzm892h"))))
+                "002lmf1b2phmc6s348k00yx5shrcc7psn3pgqvraxvr6n8g747jx"))))
     (build-system gnu-build-system)
     (arguments
      `(#:phases



reply via email to

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