1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-06-09 07:38:52 +02:00

gnu: guile-json-4: Update to 4.5.2.

* gnu/packages/guile.scm (guile-json-4): Update to 4.5.2.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
Léo Le Bouter
2021-02-05 05:18:12 +01:00
committed by Ludovic Courtès
parent 18a4882e30
commit fc5f9de568
+2 -2
View File
@@ -581,14 +581,14 @@ specification. These are the main features:
(package
(inherit guile-json-3)
(name "guile-json")
(version "4.5.1")
(version "4.5.2")
(source (origin
(method url-fetch)
(uri (string-append "mirror://savannah/guile-json/guile-json-"
version ".tar.gz"))
(sha256
(base32
"0iigada80cg7dl10z6ligiykci0cv9b88zmncz47nsz5g9gacdpc"))))))
"0cqr0ljqmzlc2bwrapcsmcgxg147h66mcxf23824ri5i6vn4dc0s"))))))
(define-public guile2.2-json
(package-for-guile-2.2 guile-json-4))