[PATCH] gnu: chibi-scheme: Update to 0.11.

  • Open
  • quality assurance status badge
Details
One participant
  • Juliana Sims
Owner
unassigned
Submitted by
Juliana Sims
Severity
normal
J
J
Juliana Sims wrote on 21 Jul 00:26 +0200
(address . guix-patches@gnu.org)(name . Juliana Sims)(address . juli@incana.org)
d40de892d49de820c836cf5cbfcba4c5e9454407.1721514382.git.juli@incana.org
* gnu/packages/scheme.scm (chibi-scheme): Update to 0.11.

Change-Id: If5d94c00c04e7c4de86e251ba32b749a7eafa823
---

Hello,

This patch simply updates chibi-scheme to the latest version.

Thanks,
Juli

gnu/packages/scheme.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (26 lines)
diff --git a/gnu/packages/scheme.scm b/gnu/packages/scheme.scm
index 927e10bbfe..4c3ef66717 100644
--- a/gnu/packages/scheme.scm
+++ b/gnu/packages/scheme.scm
@@ -590,7 +590,7 @@ (define-public gambit-c
(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 @@ (define-public chibi-scheme
(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

base-commit: 1fa4d658d808202f98003d1488f8e44daee370a9
--
2.45.2
?
Your comment

Commenting via the web interface is currently disabled.

To comment on this conversation send an email to 72218@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 72218
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch