gnu: guile-json: Update to 4.7.3.
* gnu/packages/guile.scm (guile-json): Update to 4.7.3.master
parent
0ce1f82e5a
commit
e074559eda
|
@ -666,14 +666,14 @@ specification. These are the main features:
|
||||||
(package
|
(package
|
||||||
(inherit guile-json-3)
|
(inherit guile-json-3)
|
||||||
(name "guile-json")
|
(name "guile-json")
|
||||||
(version "4.7.1")
|
(version "4.7.3")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "mirror://savannah/guile-json/guile-json-"
|
(uri (string-append "mirror://savannah/guile-json/guile-json-"
|
||||||
version ".tar.gz"))
|
version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0hv8jjb6wdhvfrprwdi36125sci1ip4zfflv79hqlz7nh0irld65"))))))
|
"127k2xc07w1gnyqs40z4865l8p3ra5xgpcn569dz04lxsa709fiq"))))))
|
||||||
|
|
||||||
(define-public guile2.2-json
|
(define-public guile2.2-json
|
||||||
(package-for-guile-2.2 guile-json-4))
|
(package-for-guile-2.2 guile-json-4))
|
||||||
|
|
Reference in New Issue