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 4.5.1.


From: guix-commits
Subject: 02/03: gnu: guile-json: Update to 4.5.1.
Date: Thu, 21 Jan 2021 05:22:35 -0500 (EST)

civodul pushed a commit to branch master
in repository guix.

commit 5f7f4e16d64135291fc5b3d12e57476a52a97105
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Thu Jan 21 09:35:05 2021 +0100

    gnu: guile-json: Update to 4.5.1.
    
    Fixes <https://bugs.gnu.org/45615>.
    Reported by Hartmut Goebel <h.goebel@crazy-compilers.com>.
    
    * gnu/packages/guile.scm (guile-json-4): Update to 4.5.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 dfba797..0d6f13c 100644
--- a/gnu/packages/guile.scm
+++ b/gnu/packages/guile.scm
@@ -581,14 +581,14 @@ specification.  These are the main features:
   (package
     (inherit guile-json-3)
     (name "guile-json")
-    (version "4.4.1")
+    (version "4.5.1")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://savannah/guile-json/guile-json-"
                                   version ".tar.gz"))
               (sha256
                (base32
-                "1xq4f59rdk28xy4sdn6amy07aa19ikrk48iily3kfhwpkbg6v9jj"))))))
+                "0iigada80cg7dl10z6ligiykci0cv9b88zmncz47nsz5g9gacdpc"))))))
 
 (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]