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


From: guix-commits
Subject: branch master updated: gnu: guile-json: Update to 4.7.3.
Date: Sun, 11 Dec 2022 18:24:57 -0500

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

vagrantc pushed a commit to branch master
in repository guix.

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

commit e074559edabf543d2e57f6aa1ec194864f446ddd
Author: Vagrant Cascadian <vagrant@debian.org>
AuthorDate: Mon Dec 5 11:52:34 2022 -0800

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