guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: guile-sjson: Update to 0.2.1.


From: Christopher Allan Webber
Subject: 01/01: gnu: guile-sjson: Update to 0.2.1.
Date: Wed, 10 May 2017 10:31:29 -0400 (EDT)

cwebber pushed a commit to branch master
in repository guix.

commit a62a16a4d38bc702da4fb9725fe7e1715ada2c4c
Author: Christopher Allan Webber <address@hidden>
Date:   Wed May 10 09:29:31 2017 -0500

    gnu: guile-sjson: Update to 0.2.1.
    
    * gnu/packages/guile.scm (guile-sjson): Update to 0.2.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 c7f3b82..8766e33 100644
--- a/gnu/packages/guile.scm
+++ b/gnu/packages/guile.scm
@@ -1838,14 +1838,14 @@ HTML (via SXML) or any other format for rendering.")
 (define-public guile-sjson
   (package
     (name "guile-sjson")
-    (version "0.2")
+    (version "0.2.1")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://dustycloud.org/misc/sjson-"; version
                                   ".tar.gz"))
               (sha256
                (base32
-                "09hnh2brc7ihh8dv4g5hdmdj8rs8p9l3pmlgafkx145grdg7wprx"))))
+                "1mzmapln79vv10qxaggz9qwcdbag3jnrj19xx8bgkmxss8h03sv3"))))
     (build-system gnu-build-system)
     (arguments
      '(#:phases



reply via email to

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