mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: libconfig: Update to 1.7.3.
* gnu/packages/textutils.scm (libconfig): Update to 1.7.3.
This commit is contained in:
parent
b1e48b5b4e
commit
8d27e6a7cf
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue