GNU bug report logs -
#72173
[PATCH] gnu: chicken: Update to 5.4.0.
Previous Next
Reported by: ashish.is <at> lostca.se
Date: Thu, 18 Jul 2024 09:01:01 UTC
Severity: important
Tags: security
Done: Maxim Cournoyer <maxim.cournoyer <at> gmail.com>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your message dated Tue, 12 Nov 2024 21:11:26 +0900
with message-id <87wmh83b4h.fsf <at> gmail.com>
and subject line Re: [bug#72173] [PATCH v2 0/2] gnu: chicken: Update to 5.4.0.
has caused the debbugs.gnu.org bug report #72173,
regarding [PATCH] gnu: chicken: Update to 5.4.0.
to be marked as done.
(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)
--
72173: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=72173
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Ashish SHUKLA <ashish.is <at> 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
[Message part 3 (message/rfc822, inline)]
Hi,
ashish.is <at> lostca.se writes:
> From: Ashish SHUKLA <ashish.is <at> lostca.se>
>
> In this revision, I have updated the chicken-build-system. These
> changes are based off the work in nixpkgs[0].
>
> All of the failed dependents seem to build fine.
>
> References:
> [0] https://github.com/NixOS/nixpkgs/blob/master/pkgs/development/compilers/chicken/5/eggDerivation.nix
>
> Ashish SHUKLA (2):
> gnu: chicken: Update to 5.4.0.
> guix: chicken-build-system: Update for 5.4.0.
Applied with 0b60708ee0. Closing!
--
Thanks,
Maxim
This bug report was last modified 247 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.