guix-commits
[Top][All Lists]
Advanced

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

03/09: gnu: guile-json: Update to 4.7.1.


From: guix-commits
Subject: 03/09: gnu: guile-json: Update to 4.7.1.
Date: Fri, 24 Jun 2022 17:40:42 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit 005763301f20cc4cb0a4537bdc9b5dbf679ff78f
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Fri Jun 24 22:48:19 2022 +0200

    gnu: guile-json: Update to 4.7.1.
    
    * gnu/packages/guile.scm (guile-json-4): Update to 4.7.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 a9e04cb476..d320763a61 100644
--- a/gnu/packages/guile.scm
+++ b/gnu/packages/guile.scm
@@ -665,14 +665,14 @@ specification.  These are the main features:
   (package
     (inherit guile-json-3)
     (name "guile-json")
-    (version "4.5.2")
+    (version "4.7.1")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://savannah/guile-json/guile-json-"
                                   version ".tar.gz"))
               (sha256
                (base32
-                "0cqr0ljqmzlc2bwrapcsmcgxg147h66mcxf23824ri5i6vn4dc0s"))))))
+                "0hv8jjb6wdhvfrprwdi36125sci1ip4zfflv79hqlz7nh0irld65"))))))
 
 (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]