all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#72218] [PATCH] gnu: chibi-scheme: Update to 0.11.
@ 2024-07-20 22:26 Juliana Sims via Guix-patches via
  0 siblings, 0 replies; only message in thread
From: Juliana Sims via Guix-patches via @ 2024-07-20 22:26 UTC (permalink / raw)
  To: 72218; +Cc: Juliana Sims

* 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(-)

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





^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2024-07-20 22:28 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-07-20 22:26 [bug#72218] [PATCH] gnu: chibi-scheme: Update to 0.11 Juliana Sims via Guix-patches via

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.