all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [PATCH] gnu: guile-json: Update to 0.5.0.
@ 2016-02-24 19:22 Jan Nieuwenhuizen
  2016-02-24 21:45 ` Leo Famulari
  0 siblings, 1 reply; 4+ messages in thread
From: Jan Nieuwenhuizen @ 2016-02-24 19:22 UTC (permalink / raw)
  To: guix-devel

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

Hi,

Find patch attached.

Greetings,
Jan


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 0001-gnu-guile-json-Update-to-0.5.0.patch --]
[-- Type: text/x-diff, Size: 1175 bytes --]

From 2fadc8e62da49e1667a9f07660f5c9dcc37e91f0 Mon Sep 17 00:00:00 2001
From: Jan Nieuwenhuizen <janneke@gnu.org>
Date: Wed, 24 Feb 2016 20:20:34 +0100
Subject: [PATCH] gnu: guile-json: Update to 0.5.0.

* gnu/packages/guile.scm (guile-json): Update to 0.5.0.
---
 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 2c83f56..5349fda 100644
--- a/gnu/packages/guile.scm
+++ b/gnu/packages/guile.scm
@@ -449,14 +449,14 @@ for Guile\".")
 (define-public guile-json
   (package
     (name "guile-json")
-    (version "0.4.0")
+    (version "0.5.0")
     (source (origin
              (method url-fetch)
              (uri (string-append "mirror://savannah/guile-json/guile-json-"
                                  version ".tar.gz"))
              (sha256
               (base32
-               "0v06272rw4ycwzssjf3fzpk2vhpslvl55hz94q80vc6f74j0d5h6"))
+               "0l8a34l92nrdszy7ykycfvr8y0n0yi5qb3ccliycvpvf9mzk5n8d"))
              (modules '((guix build utils)))
              (snippet
               ;; Make sure everything goes under .../site/2.0, like Guile's
-- 
2.6.3


[-- Attachment #3: Type: text/plain, Size: 154 bytes --]


-- 
Jan Nieuwenhuizen <janneke@gnu.org> | GNU LilyPond http://lilypond.org
Freelance IT http://JoyofSource.com | Avatar®  http://AvatarAcademy.nl  

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

* Re: [PATCH] gnu: guile-json: Update to 0.5.0.
  2016-02-24 19:22 [PATCH] gnu: guile-json: Update to 0.5.0 Jan Nieuwenhuizen
@ 2016-02-24 21:45 ` Leo Famulari
  2016-02-24 22:18   ` Andreas Enge
  0 siblings, 1 reply; 4+ messages in thread
From: Leo Famulari @ 2016-02-24 21:45 UTC (permalink / raw)
  To: Jan Nieuwenhuizen; +Cc: guix-devel

On Wed, Feb 24, 2016 at 08:22:40PM +0100, Jan Nieuwenhuizen wrote:
> 
> * gnu/packages/guile.scm (guile-json): Update to 0.5.0.

$ guix refresh -l guile-json
Building the following 2 packages would ensure 2 dependent packages are
rebuilt: guix-0.9.0 guix-0.9.0.c3f29bc

Can anyone comment on whether this is okay to merge?

> ---
>  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 2c83f56..5349fda 100644
> --- a/gnu/packages/guile.scm
> +++ b/gnu/packages/guile.scm
> @@ -449,14 +449,14 @@ for Guile\".")
>  (define-public guile-json
>    (package
>      (name "guile-json")
> -    (version "0.4.0")
> +    (version "0.5.0")
>      (source (origin
>               (method url-fetch)
>               (uri (string-append "mirror://savannah/guile-json/guile-json-"
>                                   version ".tar.gz"))
>               (sha256
>                (base32
> -               "0v06272rw4ycwzssjf3fzpk2vhpslvl55hz94q80vc6f74j0d5h6"))
> +               "0l8a34l92nrdszy7ykycfvr8y0n0yi5qb3ccliycvpvf9mzk5n8d"))
>               (modules '((guix build utils)))
>               (snippet
>                ;; Make sure everything goes under .../site/2.0, like Guile's
> -- 
> 2.6.3
> 

> 
> -- 
> Jan Nieuwenhuizen <janneke@gnu.org> | GNU LilyPond http://lilypond.org
> Freelance IT http://JoyofSource.com | Avatar®  http://AvatarAcademy.nl  

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

* Re: [PATCH] gnu: guile-json: Update to 0.5.0.
  2016-02-24 21:45 ` Leo Famulari
@ 2016-02-24 22:18   ` Andreas Enge
  2016-02-25  8:20     ` Andreas Enge
  0 siblings, 1 reply; 4+ messages in thread
From: Andreas Enge @ 2016-02-24 22:18 UTC (permalink / raw)
  To: Leo Famulari; +Cc: guix-devel

On Wed, Feb 24, 2016 at 04:45:25PM -0500, Leo Famulari wrote:
> $ guix refresh -l guile-json
> Building the following 2 packages would ensure 2 dependent packages are
> rebuilt: guix-0.9.0 guix-0.9.0.c3f29bc

I am building "./pre-inst-env guix build guix" right now, and if it passes
all its tests, I will push the update tomorrow.

Andreas

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

* Re: [PATCH] gnu: guile-json: Update to 0.5.0.
  2016-02-24 22:18   ` Andreas Enge
@ 2016-02-25  8:20     ` Andreas Enge
  0 siblings, 0 replies; 4+ messages in thread
From: Andreas Enge @ 2016-02-25  8:20 UTC (permalink / raw)
  To: Leo Famulari; +Cc: guix-devel

On Wed, Feb 24, 2016 at 11:18:46PM +0100, Andreas Enge wrote:
> I am building "./pre-inst-env guix build guix" right now, and if it passes
> all its tests, I will push the update tomorrow.

It works and I pushed, thanks!

Andreas

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

end of thread, other threads:[~2016-02-25  8:20 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-02-24 19:22 [PATCH] gnu: guile-json: Update to 0.5.0 Jan Nieuwenhuizen
2016-02-24 21:45 ` Leo Famulari
2016-02-24 22:18   ` Andreas Enge
2016-02-25  8:20     ` Andreas Enge

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.