guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: libconfig: Update to 1.7.3.


From: guix-commits
Subject: branch master updated: gnu: libconfig: Update to 1.7.3.
Date: Sun, 04 Jul 2021 18:45:10 -0400

This is an automated email from the git hooks/post-receive script.

nckx pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 8d27e6a  gnu: libconfig: Update to 1.7.3.
8d27e6a is described below

commit 8d27e6a7cf9238cae757c675c87e2bba2e2a16be
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Jul 4 18:45:28 2021 +0200

    gnu: libconfig: Update to 1.7.3.
    
    * gnu/packages/textutils.scm (libconfig): Update to 1.7.3.
---
 gnu/packages/textutils.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/textutils.scm b/gnu/packages/textutils.scm
index ab34373..c3f4580 100644
--- a/gnu/packages/textutils.scm
+++ b/gnu/packages/textutils.scm
@@ -470,7 +470,7 @@ character-by-character.
 (define-public libconfig
   (package
     (name "libconfig")
-    (version "1.7.2")
+    (version "1.7.3")
     (home-page "https://hyperrealm.github.io/libconfig/";)
     (source (origin
               (method url-fetch)
@@ -478,7 +478,7 @@ character-by-character.
                                   version ".tar.gz"))
               (sha256
                (base32
-                "1ngs2qx3cx5cbwinc5mvadly0b5n7s86zsc68c404czzfff7lg3w"))))
+                "1rqynfxl1zxwk4b42sniz9xlw285aidcrsfih51p8dy0rbb6clal"))))
     (build-system gnu-build-system)
     (synopsis "C/C++ configuration file library")
     (description



reply via email to

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