gnu: guile-json: Update to 3.5.0.

* gnu/packages/guile.scm (guile-json-3): Update to 3.5.0.
This commit is contained in:
Ludovic Courtès 2020-04-28 22:32:06 +02:00
parent ce0f1b1eef
commit 1797fe1321
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -488,14 +488,14 @@ (define-public guile-json-3
(package
(inherit guile-json-1)
(name "guile-json")
(version "3.2.0")
(version "3.5.0")
(source (origin
(method url-fetch)
(uri (string-append "mirror://savannah/guile-json/guile-json-"
version ".tar.gz"))
(sha256
(base32
"14m6b6g2maw0mkvfm4x63rqb54vgbpn1gcqs715ijw4bikfzlqfz"))))))
"0nj0684qgh6ppkbdyxqfyjwsv2qbyairxpi8fzrhsi3xnc7jn4im"))))))
(define-public guile3.0-json
(package-for-guile-3.0 guile-json-3))