all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [PATCH] Guile-Config 0.1.1
@ 2016-02-18 10:06 Alex Sassmannshausen
  2016-02-18 17:38 ` Leo Famulari
  2016-02-18 19:49 ` Andreas Enge
  0 siblings, 2 replies; 4+ messages in thread
From: Alex Sassmannshausen @ 2016-02-18 10:06 UTC (permalink / raw)
  To: guix-devel@gnu.org

[-- Attachment #1: Type: text/plain, Size: 275 bytes --]

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.

Best wishes,

Alex

[-- Attachment #2: Guile-Config-0.1.1 --]
[-- Type: text/plain, Size: 1178 bytes --]

From 8a63273c586fd8c5aca72a90ab5720c95f5790f8 Mon Sep 17 00:00:00 2001
From: Alex Sassmannshausen <alex.sassmannshausen@gmail.com>
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


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [PATCH] Guile-Config 0.1.1
  2016-02-18 10:06 [PATCH] Guile-Config 0.1.1 Alex Sassmannshausen
@ 2016-02-18 17:38 ` Leo Famulari
  2016-02-18 19:49 ` Andreas Enge
  1 sibling, 0 replies; 4+ messages in thread
From: Leo Famulari @ 2016-02-18 17:38 UTC (permalink / raw)
  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 <alex.sassmannshausen@gmail.com>
> 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
> 

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] Guile-Config 0.1.1
  2016-02-18 10:06 [PATCH] Guile-Config 0.1.1 Alex Sassmannshausen
  2016-02-18 17:38 ` Leo Famulari
@ 2016-02-18 19:49 ` Andreas Enge
  2016-02-19  9:36   ` Alex Sassmannshausen
  1 sibling, 1 reply; 4+ messages in thread
From: Andreas Enge @ 2016-02-18 19:49 UTC (permalink / raw)
  To: alex; +Cc: guix-devel@gnu.org

Hi Alex,

almost, perfect, expect for a little dot:

On Thu, Feb 18, 2016 at 11:06:34AM +0100, Alex Sassmannshausen wrote:
> Subject: [PATCH] gnu: guile-config: Update to 0.1.1

at the end of this line! I pushed.

Thanks,

Andreas

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] Guile-Config 0.1.1
  2016-02-18 19:49 ` Andreas Enge
@ 2016-02-19  9:36   ` Alex Sassmannshausen
  0 siblings, 0 replies; 4+ messages in thread
From: Alex Sassmannshausen @ 2016-02-19  9:36 UTC (permalink / raw)
  To: Andreas Enge; +Cc: guix-devel@gnu.org

Heya,

Andreas Enge writes:

> Hi Alex,
>
> almost, perfect, expect for a little dot:
>
> On Thu, Feb 18, 2016 at 11:06:34AM +0100, Alex Sassmannshausen wrote:
>> Subject: [PATCH] gnu: guile-config: Update to 0.1.1
>
> at the end of this line! I pushed.

Ah! So close… and yet… :-D

Thanks for pushing!

Alex

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2016-02-19  9:36 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-02-18 10:06 [PATCH] Guile-Config 0.1.1 Alex Sassmannshausen
2016-02-18 17:38 ` Leo Famulari
2016-02-18 19:49 ` Andreas Enge
2016-02-19  9:36   ` Alex Sassmannshausen

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.