gnu: guile-config: Update to 0.4.1.

* gnu/packages/guile-xyz.scm (guile-config): Update to 0.4.1.
This commit is contained in:
Alex Sassmannshausen 2020-05-18 15:30:34 +02:00
parent 9a27d84b7a
commit 14950b83b0
No known key found for this signature in database
GPG Key ID: 8BC4F4476E8A8E00
1 changed files with 2 additions and 2 deletions

View File

@ -1353,7 +1353,7 @@ PostgreSQL.")
(define-public guile-config
(package
(name "guile-config")
(version "0.4.0")
(version "0.4.1")
(source
(origin
(method git-fetch)
@ -1362,7 +1362,7 @@ PostgreSQL.")
(commit version)))
(file-name (git-file-name name version))
(sha256 (base32
"1ax7ifnnmxww6mxc1gfz577axvn6rqy152g3ks576vai88q631pr"))))
"1c59ch96d5p4c7si8qp55fdc15375klf2hyh29y3ap8ahqx9pxqj"))))
(build-system gnu-build-system)
(native-inputs
`(("autoconf" ,autoconf)