summary refs log tree commit diff
path: root/gnu/packages
diff options
context:
space:
mode:
authorDavid Thompson <dthompson2@worcester.edu>2014-08-16 19:30:26 -0400
committerDavid Thompson <dthompson2@worcester.edu>2014-08-16 19:30:26 -0400
commitcdf2b286544e721da213ca306fe87897e1326b34 (patch)
treeca1dfffc05aa22bf098ac6cd08fcadf4ed37d324 /gnu/packages
parentf798837f9e1a42dba42473a543aba3d149b375d3 (diff)
downloadguix-cdf2b286544e721da213ca306fe87897e1326b34.tar.gz
gnu: guile-json: Update to 0.4.0.
* gnu/packages/guile.scm (guile-json): Update to 0.4.0.
Diffstat (limited to 'gnu/packages')
-rw-r--r--gnu/packages/guile.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/guile.scm b/gnu/packages/guile.scm
index 16e96848d6..0b1cc34335 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