all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Ekaitz Zarraga <ekaitz@elenq.tech>
To: 72562@debbugs.gnu.org
Cc: Ekaitz Zarraga <ekaitz@elenq.tech>
Subject: [bug#72562] [PATCH] gnu: chibi-scheme: Update to 0.11.0
Date: Sat, 10 Aug 2024 17:29:59 +0200	[thread overview]
Message-ID: <1fd050baf176ffc46289c91c63a142827241900f.1723303799.git.ekaitz@elenq.tech> (raw)

* 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





             reply	other threads:[~2024-08-10 15:31 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-08-10 15:29 Ekaitz Zarraga [this message]
2024-08-11 10:39 ` bug#72562: [PATCH] gnu: chibi-scheme: Update to 0.11.0 Christopher Baines

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1fd050baf176ffc46289c91c63a142827241900f.1723303799.git.ekaitz@elenq.tech \
    --to=ekaitz@elenq.tech \
    --cc=72562@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.