guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: guile-json: Update to 4.3.2.


From: guix-commits
Subject: 01/02: gnu: guile-json: Update to 4.3.2.
Date: Thu, 6 Aug 2020 03:05:53 -0400 (EDT)

efraim pushed a commit to branch master
in repository guix.

commit a220ed075808126ceb94b0f8cc681b323d31192d
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Thu Aug 6 10:00:41 2020 +0300

    gnu: guile-json: Update to 4.3.2.
    
    * gnu/packages/guile.scm (guile-json): Update to 4.3.2.
---
 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 4c6ae10..ccfa753 100644
--- a/gnu/packages/guile.scm
+++ b/gnu/packages/guile.scm
@@ -574,14 +574,14 @@ specification.  These are the main features:
   (package
     (inherit guile-json-3)
     (name "guile-json")
-    (version "4.0.1")
+    (version "4.3.2")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://savannah/guile-json/guile-json-"
                                   version ".tar.gz"))
               (sha256
                (base32
-                "0f25qak4i57c3x0q9hlrll911l57bb8nz57rjkd02mn2fc2h3730"))))))
+                "0255c7f053z4p9mqzhpxwbfx3y47j9nfvlgnm8xasdclyzmjl9y2"))))))
 
 (define-public guile2.2-json
   (package-for-guile-2.2 guile-json-4))



reply via email to

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