gnu: Chibi-Scheme: Update to 0.8.

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

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
This commit is contained in:
Ekaitz at ElenQ Technology 2019-10-30 15:21:08 +00:00 committed by Marius Bakke
parent 9b096517bc
commit cf822f4d92
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA

View File

@ -590,14 +590,14 @@ mixed.")
(define-public chibi-scheme
(package
(name "chibi-scheme")
(version "0.7.3")
(version "0.8")
(source
(origin
(method url-fetch)
(uri (string-append "https://github.com/ashinn/chibi-scheme/archive/"
version ".tar.gz"))
(sha256
(base32 "16wppf4qzr0748iyp0m89gidsfgq9s6x3gw4xggym91waw4fh742"))
(base32 "0mi73543m1gap3bwvivq77vhqk7yn28v6g947h96q893n5cph1wa"))
(file-name (string-append "chibi-scheme-" version ".tar.gz"))))
(build-system gnu-build-system)
(arguments