guix-commits
[Top][All Lists]
Advanced

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

02/05: gnu: guile-json: Update to 3.2.0.


From: guix-commits
Subject: 02/05: gnu: guile-json: Update to 3.2.0.
Date: Wed, 11 Sep 2019 08:45:30 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit 4e0299194d2f32387fa420a414496ddd5265bc98
Author: Ludovic Courtès <address@hidden>
Date:   Wed Sep 11 14:02:19 2019 +0200

    gnu: guile-json: Update to 3.2.0.
    
    * gnu/packages/guile.scm (guile-json-3): Update to 3.2.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 7116996..db84776 100644
--- a/gnu/packages/guile.scm
+++ b/gnu/packages/guile.scm
@@ -483,14 +483,14 @@ specification.  These are the main features:
   (package
     (inherit guile-json)
     (name "guile-json")
-    (version "3.1.0")
+    (version "3.2.0")
     (source (origin
               (method url-fetch)
               (uri (string-append 
"https://download.savannah.nongnu.org/releases/";
                                   name "/" name "-" version ".tar.gz"))
               (sha256
                (base32
-                "1yfqscz74i4vxylabd3s9l0wbdp8bg9qxnv1ixdm3b1l7zdx00z3"))))))
+                "14m6b6g2maw0mkvfm4x63rqb54vgbpn1gcqs715ijw4bikfzlqfz"))))))
 
 ;; There are two guile-gdbm packages, one using the FFI and one with
 ;; direct C bindings, hence the verbose name.



reply via email to

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