gnu: guile-json: Update to 4.7.1.

* gnu/packages/guile.scm (guile-json-4): Update to 4.7.1.
This commit is contained in:
Ludovic Courtès 2022-06-24 22:48:19 +02:00
parent fdf9aaec02
commit 005763301f
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -665,14 +665,14 @@ (define-public guile-json-4
(package
(inherit guile-json-3)
(name "guile-json")
(version "4.5.2")
(version "4.7.1")
(source (origin
(method url-fetch)
(uri (string-append "mirror://savannah/guile-json/guile-json-"
version ".tar.gz"))
(sha256
(base32
"0cqr0ljqmzlc2bwrapcsmcgxg147h66mcxf23824ri5i6vn4dc0s"))))))
"0hv8jjb6wdhvfrprwdi36125sci1ip4zfflv79hqlz7nh0irld65"))))))
(define-public guile2.2-json
(package-for-guile-2.2 guile-json-4))