gnu: libconfig: Update to 1.7.3.

* gnu/packages/textutils.scm (libconfig): Update to 1.7.3.
This commit is contained in:
Tobias Geerinckx-Rice 2021-07-04 18:45:28 +02:00
parent b1e48b5b4e
commit 8d27e6a7cf
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -470,7 +470,7 @@ (define-public uniutils
(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 @@ (define-public libconfig
version ".tar.gz"))
(sha256
(base32
"1ngs2qx3cx5cbwinc5mvadly0b5n7s86zsc68c404czzfff7lg3w"))))
"1rqynfxl1zxwk4b42sniz9xlw285aidcrsfih51p8dy0rbb6clal"))))
(build-system gnu-build-system)
(synopsis "C/C++ configuration file library")
(description