guix-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH] gnu: guile-json: Update to 0.4.0.


From: David Thompson
Subject: [PATCH] gnu: guile-json: Update to 0.4.0.
Date: Sat, 16 Aug 2014 19:32:39 -0400
User-agent: Notmuch/0.18.1 (http://notmuchmail.org) Emacs/24.3.1 (x86_64-pc-linux-gnu)

Okay to push?

>From cdf2b286544e721da213ca306fe87897e1326b34 Mon Sep 17 00:00:00 2001
From: David Thompson <address@hidden>
Date: Sat, 16 Aug 2014 19:30:26 -0400
Subject: [PATCH] gnu: guile-json: Update to 0.4.0.

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

-- 
David Thompson
Web Developer - Free Software Foundation - http://fsf.org
GPG Key: 0FF1D807
Support the FSF: https://fsf.org/donate

reply via email to

[Prev in Thread] Current Thread [Next in Thread]