summaryrefslogtreecommitdiff
path: root/gnu/packages/textutils.scm
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2021-07-04 18:45:28 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2021-07-05 00:43:32 +0200
commit8d27e6a7cf9238cae757c675c87e2bba2e2a16be (patch)
tree28c6fd56bae28654d7fe256d5f7a038d42e1f063 /gnu/packages/textutils.scm
parentb1e48b5b4e5db3c7b4223a4138e360a654767c0e (diff)
downloadguix-patches-8d27e6a7cf9238cae757c675c87e2bba2e2a16be.tar
guix-patches-8d27e6a7cf9238cae757c675c87e2bba2e2a16be.tar.gz
gnu: libconfig: Update to 1.7.3.
* gnu/packages/textutils.scm (libconfig): Update to 1.7.3.
Diffstat (limited to 'gnu/packages/textutils.scm')
-rw-r--r--gnu/packages/textutils.scm4
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