On Thu, Feb 18, 2016 at 11:06:34AM +0100, Alex Sassmannshausen wrote: > Hello, > > The 0.1 release of Guile-Config contained an error which resulted in the > Info manual not being accessible from the Info index. > > This is a fast release fixing just this one issue. > > Please let me know if you need any more information on this patch.
If it works for you, I'd say it looks good! > > Best wishes, > > Alex > From 8a63273c586fd8c5aca72a90ab5720c95f5790f8 Mon Sep 17 00:00:00 2001 > From: Alex Sassmannshausen <[email protected]> > Date: Thu, 18 Feb 2016 10:24:52 +0100 > Subject: [PATCH] gnu: guile-config: Update to 0.1.1 > > * gnu/packages/guile.scm (guile-config): Update to 0.1.1. > --- > gnu/packages/guile.scm | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/gnu/packages/guile.scm b/gnu/packages/guile.scm > index 0643dc6..7558564 100644 > --- a/gnu/packages/guile.scm > +++ b/gnu/packages/guile.scm > @@ -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))) > -- > 2.6.3 >
