me
/
guix
Archived
1
0
Fork 0

gnu: guile-json: Update to 4.7.3.

* gnu/packages/guile.scm (guile-json): Update to 4.7.3.
master
Vagrant Cascadian 2022-12-05 11:52:34 -08:00
parent 0ce1f82e5a
commit e074559eda
No known key found for this signature in database
GPG Key ID: DC518FC87F9716AA
1 changed files with 2 additions and 2 deletions

View File

@ -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))