gnu: chicken: update to 5.3.0.

  • Done
  • quality assurance status badge
Details
2 participants
  • Daniel Ziltener
  • Maxim Cournoyer
Owner
unassigned
Submitted by
Daniel Ziltener
Severity
normal
Merged with

Debbugs page

Daniel Ziltener wrote 1 years ago
(address . guix-patches@gnu.org)
02b81857-9360-cd91-9bc8-c1c55dd4fb5e@lyrion.ch
From c522bc4a79ca80859114182780dc3bd704048a6d Mon Sep 17 00:00:00 2001
From: Daniel Ziltener <dziltener@lyrion.ch>
Date: Fri, 8 Dec 2023 20:11:10 +0100
Subject: [PATCH] gnu: chicken: update to 5.3.0.
To: guix-patches@gnu.org

---
 gnu/packages/chicken.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (23 lines)
diff --git a/gnu/packages/chicken.scm b/gnu/packages/chicken.scm
index b148c88303..8f5e8ce98d 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.2.0")
+    (version "5.3.0")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://code.call-cc.org/releases/"
                                   version "/chicken-" version ".tar.gz"))
               (sha256
                (base32
- "1yl0hxm9cirgcp8jgxp6vv29lpswfvaw3zfkh6rsj0vkrv44k4c1"))))
+ "0xhdvcdwlv9vbhxh7k0fzd32ybhc7fn83y9fj48dhzp1z7c9kbf3"))))
     (build-system gnu-build-system)
     (arguments
      `(#:modules ((guix build gnu-build-system)
--
2.43.0
Maxim Cournoyer wrote 1 years ago
control message for bug #67720
(address . control@debbugs.gnu.org)
87il53bbqj.fsf@gmail.com
merge 67720 67741
quit
Maxim Cournoyer wrote 1 years ago
Re: bug#67741: gnu: chicken: update to 5.3.0.
(name . Daniel Ziltener)(address . dziltener@lyrion.ch)(address . 67741-done@debbugs.gnu.org)
87tton9wmh.fsf@gmail.com
Hi,

Daniel Ziltener <dziltener@lyrion.ch> writes:

Toggle quote (6 lines)
> From c522bc4a79ca80859114182780dc3bd704048a6d Mon Sep 17 00:00:00 2001
> From: Daniel Ziltener <dziltener@lyrion.ch>
> Date: Fri, 8 Dec 2023 20:11:10 +0100
> Subject: [PATCH] gnu: chicken: update to 5.3.0.
> To: guix-patches@gnu.org

I added a GNU change log commit message and pushed, thank you!

--
Maxim
Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 67741@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 67741
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help