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.2.0.


From: guix-commits
Subject: branch master updated: gnu: chicken: Update to 5.2.0.
Date: Tue, 03 Mar 2020 04:43:27 -0500

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

efraim pushed a commit to branch master
in repository guix.

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

commit be0c3ac7720ac85667a244bee425a9c6d611de5e
Author: Evan Hanson <address@hidden>
AuthorDate: Tue Mar 3 13:10:57 2020 +1300

    gnu: chicken: Update to 5.2.0.
    
    * gnu/packages/chicken.scm (chicken): Update to 5.2.0.
    [home-page]: Use https.
    
    Signed-off-by: Efraim Flashner <address@hidden>
---
 gnu/packages/chicken.scm | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/chicken.scm b/gnu/packages/chicken.scm
index 2034ca9..7b86a58 100644
--- a/gnu/packages/chicken.scm
+++ b/gnu/packages/chicken.scm
@@ -1,5 +1,6 @@
 ;;; GNU Guix --- Functional package management for GNU
 ;;; Copyright © 2020 Ekaitz Zarraga <address@hidden>
+;;; Copyright © 2020 Evan Hanson <address@hidden>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -28,14 +29,14 @@
 (define-public chicken
   (package
     (name "chicken")
-    (version "5.1.0")
+    (version "5.2.0")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://code.call-cc.org/releases/";
                                   version "/chicken-" version ".tar.gz"))
               (sha256
                (base32
-                "0jsbp3kp0134f318j3wpd1n85gf8qzh034fn198gvazsv2l024aw"))))
+                "1yl0hxm9cirgcp8jgxp6vv29lpswfvaw3zfkh6rsj0vkrv44k4c1"))))
     (build-system gnu-build-system)
     (arguments
      `(#:modules ((guix build gnu-build-system)
@@ -59,7 +60,7 @@
        ;; Parallel builds are not supported, as noted in README.
        #:parallel-build? #f))
     (propagated-inputs `(("gcc-toolchain", gcc-toolchain)))
-    (home-page "http://www.call-cc.org/";)
+    (home-page "https://www.call-cc.org/";)
     (synopsis "R5RS Scheme implementation that compiles native code via C")
     (description
      "CHICKEN is a compiler for the Scheme programming language.  CHICKEN



reply via email to

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