gnu: libconfig: Update to 1.7.3.
authorTobias Geerinckx-Rice <me@tobias.gr>
Sun, 4 Jul 2021 16:45:28 +0000 (18:45 +0200)
committerTobias Geerinckx-Rice <me@tobias.gr>
Sun, 4 Jul 2021 22:43:32 +0000 (00:43 +0200)
* gnu/packages/textutils.scm (libconfig): Update to 1.7.3.

gnu/packages/textutils.scm

index ab34373..c3f4580 100644 (file)
@@ -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