From: "ashish.is--- via Guix-patches" via <guix-patches@gnu.org>
To: 72173@debbugs.gnu.org
Cc: Ashish SHUKLA <ashish.is@lostca.se>
Subject: [bug#72173] [PATCH] gnu: chicken: Update to 5.4.0.
Date: Thu, 18 Jul 2024 10:59:38 +0200 [thread overview]
Message-ID: <c8026dbdaa7d837ed8d471d22ecd90954ccb692d.1721293178.git.ashish.is@lostca.se> (raw)
From: Ashish SHUKLA <ashish.is@lostca.se>
* gnu/packages/chicken.scm (chicken): Update to 5.4.0.
Change-Id: I448bdc25a5cb11e55c7ebb9d9e0cf1876ca958d8
---
gnu/packages/chicken.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/chicken.scm b/gnu/packages/chicken.scm
index 8f5e8ce98d..d48a0c89c0 100644
--- a/gnu/packages/chicken.scm
+++ b/gnu/packages/chicken.scm
@@ -33,14 +33,14 @@ (define-module (gnu packages chicken)
(define-public chicken
(package
(name "chicken")
- (version "5.3.0")
+ (version "5.4.0")
(source (origin
(method url-fetch)
(uri (string-append "https://code.call-cc.org/releases/"
version "/chicken-" version ".tar.gz"))
(sha256
(base32
- "0xhdvcdwlv9vbhxh7k0fzd32ybhc7fn83y9fj48dhzp1z7c9kbf3"))))
+ "0pzcrnzkjw2sa44vy59wbygvlc3nva8zisprkdnvyrqi3jk4lp9w"))))
(build-system gnu-build-system)
(arguments
`(#:modules ((guix build gnu-build-system)
base-commit: ee7e5e00bf2b9257e67d785b37efddb008c5da37
--
2.45.2
next reply other threads:[~2024-07-18 9:01 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-07-18 8:59 ashish.is--- via Guix-patches via [this message]
[not found] ` <f30b142a445930084072b99890c6a987@lostca.se>
2024-07-19 21:47 ` bug#72173: [PATCH] gnu: chicken: Update to 5.4.0 jgart via Guix-patches via
2024-07-20 13:53 ` [bug#72173] " Ludovic Courtès
2024-07-20 15:43 ` jgart via Guix-patches via
2024-07-22 16:04 ` jgart via Guix-patches via
2024-07-22 21:08 ` Ashish via Guix-patches via
2024-07-22 21:34 ` jgart via Guix-patches via
2024-07-25 17:41 ` [bug#72173] [PATCH v2 0/2] " ashish.is--- via Guix-patches via
2024-07-25 17:41 ` [bug#72173] [PATCH v2 1/2] " ashish.is--- via Guix-patches via
2024-07-25 17:41 ` [bug#72173] [PATCH v2 2/2] guix: chicken-build-system: Update for 5.4.0 ashish.is--- via Guix-patches via
2024-07-25 20:48 ` [bug#72173] [PATCH] gnu: chicken: Update to 5.4.0 jgart via Guix-patches via
2024-07-26 8:35 ` Ashish via Guix-patches via
2024-07-26 8:44 ` Ashish via Guix-patches via
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=c8026dbdaa7d837ed8d471d22ecd90954ccb692d.1721293178.git.ashish.is@lostca.se \
--to=guix-patches@gnu.org \
--cc=72173@debbugs.gnu.org \
--cc=ashish.is@lostca.se \
/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.