gnu: guile-json: Update to 1.2.0.

* gnu/packages/guile.scm (guile-json): Update to 1.2.0.
[license]: Change to GPL3+.
This commit is contained in:
Ludovic Courtès 2018-09-07 17:03:49 +02:00
parent da34a19f3a
commit 15214828a5
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -897,7 +897,7 @@ (define-public guile2.2-lib
(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 @@ (define-public guile-json
(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 @@ (define-public guile-json
@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))