From mboxrd@z Thu Jan 1 00:00:00 1970 From: Leo Famulari Subject: Re: [PATCH] Guile-Config 0.1.1 Date: Thu, 18 Feb 2016 12:38:58 -0500 Message-ID: <20160218173858.GA29070@jasmine> References: <8737sqxrh1.fsf@pompo.co> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:33709) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aWSXj-0003Ne-Ax for guix-devel@gnu.org; Thu, 18 Feb 2016 12:39:08 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aWSXe-0007hv-AW for guix-devel@gnu.org; Thu, 18 Feb 2016 12:39:07 -0500 Received: from out4-smtp.messagingengine.com ([66.111.4.28]:59410) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aWSXe-0007hh-6e for guix-devel@gnu.org; Thu, 18 Feb 2016 12:39:02 -0500 Content-Disposition: inline In-Reply-To: <8737sqxrh1.fsf@pompo.co> List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: Alex Sassmannshausen Cc: "guix-devel@gnu.org" 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 > 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 >