Skip to content
Snippets Groups Projects
Unverified Commit 4e029919 authored by Ludovic Courtès's avatar Ludovic Courtès
Browse files

gnu: guile-json: Update to 3.2.0.

* gnu/packages/guile.scm (guile-json-3): Update to 3.2.0.
parent 9abc58d3
No related branches found
No related tags found
No related merge requests found
...@@ -483,14 +483,14 @@ (define-public guile-json-3 ...@@ -483,14 +483,14 @@ (define-public guile-json-3
(package (package
(inherit guile-json) (inherit guile-json)
(name "guile-json") (name "guile-json")
(version "3.1.0") (version "3.2.0")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append "https://download.savannah.nongnu.org/releases/" (uri (string-append "https://download.savannah.nongnu.org/releases/"
name "/" name "-" version ".tar.gz")) name "/" name "-" version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"1yfqscz74i4vxylabd3s9l0wbdp8bg9qxnv1ixdm3b1l7zdx00z3")))))) "14m6b6g2maw0mkvfm4x63rqb54vgbpn1gcqs715ijw4bikfzlqfz"))))))
;; There are two guile-gdbm packages, one using the FFI and one with ;; There are two guile-gdbm packages, one using the FFI and one with
;; direct C bindings, hence the verbose name. ;; direct C bindings, hence the verbose name.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment