guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: guile-json: Update to 4.4.1.


From: guix-commits
Subject: branch master updated: gnu: guile-json: Update to 4.4.1.
Date: Sun, 27 Dec 2020 19:32:04 -0500

This is an automated email from the git hooks/post-receive script.

civodul pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new f9e1baa  gnu: guile-json: Update to 4.4.1.
f9e1baa is described below

commit f9e1baa8933ea2ed385d0272dbfbe4e22f192bde
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Sun Dec 27 22:13:27 2020 +0100

    gnu: guile-json: Update to 4.4.1.
    
    * gnu/packages/guile.scm (guile-json-4): Update to 4.4.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 9413258..40e42e6 100644
--- a/gnu/packages/guile.scm
+++ b/gnu/packages/guile.scm
@@ -578,14 +578,14 @@ specification.  These are the main features:
   (package
     (inherit guile-json-3)
     (name "guile-json")
-    (version "4.3.2")
+    (version "4.4.1")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://savannah/guile-json/guile-json-"
                                   version ".tar.gz"))
               (sha256
                (base32
-                "0255c7f053z4p9mqzhpxwbfx3y47j9nfvlgnm8xasdclyzmjl9y2"))))))
+                "1xq4f59rdk28xy4sdn6amy07aa19ikrk48iily3kfhwpkbg6v9jj"))))))
 
 (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]