gnu: guile-json: Update to 4.3.2.

* gnu/packages/guile.scm (guile-json): Update to 4.3.2.
This commit is contained in:
Efraim Flashner 2020-08-06 10:00:41 +03:00
parent 10b4048974
commit a220ed0758
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -574,14 +574,14 @@ (define-public guile-json-4
(package
(inherit guile-json-3)
(name "guile-json")
(version "4.0.1")
(version "4.3.2")
(source (origin
(method url-fetch)
(uri (string-append "mirror://savannah/guile-json/guile-json-"
version ".tar.gz"))
(sha256
(base32
"0f25qak4i57c3x0q9hlrll911l57bb8nz57rjkd02mn2fc2h3730"))))))
"0255c7f053z4p9mqzhpxwbfx3y47j9nfvlgnm8xasdclyzmjl9y2"))))))
(define-public guile2.2-json
(package-for-guile-2.2 guile-json-4))