guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: chicken: Update to 5.3.0.


From: guix-commits
Subject: branch master updated: gnu: chicken: Update to 5.3.0.
Date: Tue, 12 Dec 2023 12:07:45 -0500

This is an automated email from the git hooks/post-receive script.

apteryx pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 58bbb38c5b gnu: chicken: Update to 5.3.0.
58bbb38c5b is described below

commit 58bbb38c5bd2e42aab9e9408d8c9d8da3409f178
Author: Daniel Ziltener <dziltener@lyrion.ch>
AuthorDate: Fri Dec 8 20:15:28 2023 +0100

    gnu: chicken: Update to 5.3.0.
    
    * gnu/packages/chicken.scm (chicken): Update to 5.3.0.
    
    Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
    Change-Id: Id3ec15da586ddfc6dae924c0c8031fd7a4613660
---
 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 b148c88303..8f5e8ce98d 100644
--- a/gnu/packages/chicken.scm
+++ b/gnu/packages/chicken.scm
@@ -33,14 +33,14 @@
 (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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]