gnu: chibi-scheme: Update to 0.11.0.

* gnu/packages/scheme.scm (chibi-scheme): Update to 0.11.0.

Change-Id: I3b6a2b722c6bc7d7817cbf0af031b153b889159f
Signed-off-by: Christopher Baines <mail@cbaines.net>
This commit is contained in:
Ekaitz Zarraga 2024-08-10 17:29:59 +02:00 committed by Christopher Baines
parent bf592527bf
commit ce6308168d
No known key found for this signature in database
GPG Key ID: 5E28A33B0B84F577

View File

@ -590,7 +590,7 @@ mixed.")
(define-public chibi-scheme
(package
(name "chibi-scheme")
(version "0.10")
(version "0.11")
(home-page "https://github.com/ashinn/chibi-scheme")
(source
(origin
@ -598,7 +598,7 @@ mixed.")
(uri (git-reference (url home-page) (commit version)))
(file-name (git-file-name name version))
(sha256
(base32 "0yhmj0lws3r3bl4ivs31dhlzxqc7f0dinixi904mraz1fmrg3w7f"))))
(base32 "02zq35hdbi03rmmamx6ml4ihsigdl4mmbf6d9ysazv8ciiln5v4b"))))
(build-system gnu-build-system)
(arguments
`(#:phases