guix-commits
[Top][All Lists]
Advanced

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

02/05: gnu: guile-json: Update to 1.2.0.


From: Ludovic Courtès
Subject: 02/05: gnu: guile-json: Update to 1.2.0.
Date: Fri, 7 Sep 2018 11:59:36 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit 15214828a52b66f95890ee29f7fb25dec3c5b065
Author: Ludovic Courtès <address@hidden>
Date:   Fri Sep 7 17:03:49 2018 +0200

    gnu: guile-json: Update to 1.2.0.
    
    * gnu/packages/guile.scm (guile-json): Update to 1.2.0.
    [license]: Change to GPL3+.
---
 gnu/packages/guile.scm | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/guile.scm b/gnu/packages/guile.scm
index 335bd62..05d9315 100644
--- a/gnu/packages/guile.scm
+++ b/gnu/packages/guile.scm
@@ -897,7 +897,7 @@ for Guile\".")
 (define-public guile-json
   (package
     (name "guile-json")
-    (version "1.1.1")
+    (version "1.2.0")
     (home-page "https://github.com/aconchillo/guile-json";)
     (source (origin
               (method url-fetch)
@@ -906,7 +906,7 @@ for Guile\".")
               (file-name (string-append name "-" version ".tar.gz"))
               (sha256
                (base32
-                "12jqkn9qgwdlxbasy2n25a2a7apf30dww1nnxqfam5735k3jdngv"))))
+                "02kqv0q98fmchn7i4y7ycmrjlh4b2c93ij0z7k036qwpp204w4gh"))))
     (build-system gnu-build-system)
     (native-inputs `(("autoconf" ,autoconf)
                      ("automake" ,automake)
@@ -924,7 +924,9 @@ specification.  These are the main features:
 @item Unicode support for strings.
 @item Allows JSON pretty printing.
 @end itemize\n")
-    (license license:lgpl3+)))
+
+    ;; Version 1.2.0 switched to GPLv3+ (from LGPLv3+).
+    (license license:gpl3+)))
 
 (define-public guile2.2-json
   (deprecated-package "guile2.2-json" guile-json))



reply via email to

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