* [bug#72562] [PATCH] gnu: chibi-scheme: Update to 0.11.0
@ 2024-08-10 15:29 Ekaitz Zarraga
2024-08-11 10:39 ` bug#72562: " Christopher Baines
0 siblings, 1 reply; 2+ messages in thread
From: Ekaitz Zarraga @ 2024-08-10 15:29 UTC (permalink / raw)
To: 72562; +Cc: Ekaitz Zarraga
* gnu/packages/scheme.scm (chibi-scheme): Update to 0.11.0.
Change-Id: I3b6a2b722c6bc7d7817cbf0af031b153b889159f
---
gnu/packages/scheme.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
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: de714bcb46d61922e0efc10783ea23fb0202f583
--
2.45.2
^ permalink raw reply related [flat|nested] 2+ messages in thread
* bug#72562: [PATCH] gnu: chibi-scheme: Update to 0.11.0
2024-08-10 15:29 [bug#72562] [PATCH] gnu: chibi-scheme: Update to 0.11.0 Ekaitz Zarraga
@ 2024-08-11 10:39 ` Christopher Baines
0 siblings, 0 replies; 2+ messages in thread
From: Christopher Baines @ 2024-08-11 10:39 UTC (permalink / raw)
To: Ekaitz Zarraga; +Cc: 72562-done
[-- Attachment #1: Type: text/plain, Size: 344 bytes --]
Ekaitz Zarraga <ekaitz@elenq.tech> writes:
> * gnu/packages/scheme.scm (chibi-scheme): Update to 0.11.0.
>
> Change-Id: I3b6a2b722c6bc7d7817cbf0af031b153b889159f
> ---
> gnu/packages/scheme.scm | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
Thanks, I've pushed this to master as
ce6308168d284a23820323642ab82b039f82f4a8.
Chris
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 987 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2024-08-11 10:41 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-08-10 15:29 [bug#72562] [PATCH] gnu: chibi-scheme: Update to 0.11.0 Ekaitz Zarraga
2024-08-11 10:39 ` bug#72562: " Christopher Baines
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.