3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: guile-config: Update to 0.1.1.

* gnu/packages/guile.scm (guile-config): Update to 0.1.1.

Signed-off-by: Andreas Enge <andreas@enge.fr>
This commit is contained in:
Alex Sassmannshausen 2016-02-18 10:24:52 +01:00 committed by Andreas Enge
parent c8732e192e
commit 3c98acb79b

View file

@ -735,7 +735,7 @@ interface for reading articles in any format.")
(define-public guile-config
(package
(name "guile-config")
(version "0.1")
(version "0.1.1")
(source (origin
(method url-fetch)
(uri (string-append
@ -743,7 +743,7 @@ interface for reading articles in any format.")
".tar.gz"))
(sha256
(base32
"0fcj2d91z7nhm9k79zkc826l8i06khqvp3d641wik9s3hv6qjya2"))))
"1b719bn192f9wg24rr0zx8jpmygsvyhfi35iy778pb5p392snrn8"))))
(build-system gnu-build-system)
(inputs
`(("guile" ,guile-2.0)))