diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-07-04 18:45:28 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-07-05 00:43:32 +0200 |
commit | 8d27e6a7cf9238cae757c675c87e2bba2e2a16be (patch) | |
tree | 28c6fd56bae28654d7fe256d5f7a038d42e1f063 | |
parent | b1e48b5b4e5db3c7b4223a4138e360a654767c0e (diff) | |
download | guix-8d27e6a7cf9238cae757c675c87e2bba2e2a16be.tar.gz |
gnu: libconfig: Update to 1.7.3.
* gnu/packages/textutils.scm (libconfig): Update to 1.7.3.
-rw-r--r-- | gnu/packages/textutils.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/textutils.scm b/gnu/packages/textutils.scm index ab34373705..c3f4580a47 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 |