guix-commits
[Top][All Lists]
Advanced

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

02/03: gnu: guile-json: Update to 3.5.0.


From: guix-commits
Subject: 02/03: gnu: guile-json: Update to 3.5.0.
Date: Tue, 28 Apr 2020 17:28:26 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit 1797fe132177f8c6738e51130492868f4107f472
Author: Ludovic Courtès <address@hidden>
AuthorDate: Tue Apr 28 22:32:06 2020 +0200

    gnu: guile-json: Update to 3.5.0.
    
    * gnu/packages/guile.scm (guile-json-3): Update to 3.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 c643f9d..56dda89 100644
--- a/gnu/packages/guile.scm
+++ b/gnu/packages/guile.scm
@@ -488,14 +488,14 @@ specification.  These are the main features:
   (package
     (inherit guile-json-1)
     (name "guile-json")
-    (version "3.2.0")
+    (version "3.5.0")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://savannah/guile-json/guile-json-"
                                   version ".tar.gz"))
               (sha256
                (base32
-                "14m6b6g2maw0mkvfm4x63rqb54vgbpn1gcqs715ijw4bikfzlqfz"))))))
+                "0nj0684qgh6ppkbdyxqfyjwsv2qbyairxpi8fzrhsi3xnc7jn4im"))))))
 
 (define-public guile3.0-json
   (package-for-guile-3.0 guile-json-3))



reply via email to

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