This is an automated email from the git hooks/post-receive script.
brettgilio pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new 937e1ed gnu: chibi-scheme: Update to 0.9.
937e1ed is described below
commit 937e1ed1a14eae78839046447dc1a506394cced8
Author: Brett Gilio <[email protected]>
AuthorDate: Fri Jul 31 23:41:48 2020 -0500
gnu: chibi-scheme: Update to 0.9.
* gnu/packages/scheme.scm (chibi-scheme): Update to 0.9.
---
gnu/packages/scheme.scm | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/scheme.scm b/gnu/packages/scheme.scm
index a34d704..4cb692a 100644
--- a/gnu/packages/scheme.scm
+++ b/gnu/packages/scheme.scm
@@ -12,6 +12,7 @@
;;; Copyright © 2018 Adam Massmann <[email protected]>
;;; Copyright © 2018 Gabriel Hondet <[email protected]>
;;; Copyright © 2020 Pierre Neidhardt <[email protected]>
+;;; Copyright © 2020 Brett Gilio <[email protected]>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -597,7 +598,7 @@ mixed.")
(define-public chibi-scheme
(package
(name "chibi-scheme")
- (version "0.8")
+ (version "0.9")
(home-page "https://github.com/ashinn/chibi-scheme")
(source
(origin
@@ -606,7 +607,7 @@ mixed.")
(file-name (git-file-name name version))
(sha256
(base32
- "0269d5fhaz7nqjb41vh7yz63mp5s4z08fn4sspwc06z32xksigw9"))))
+ "1lnap41gl9vg82h557f4rlr69jgmd2gh0iqs6cxm77d39kv1scb8"))))
(build-system gnu-build-system)
(arguments
`(#:phases (modify-phases %standard-phases