GNU bug report logs - #39876
[PATCH] gnu: chicken: Update to 5.2.0 and use HTTPS home page.

Previous Next

Package: guix-patches;

Reported by: Evan Hanson <evhan <at> foldling.org>

Date: Tue, 3 Mar 2020 01:19:01 UTC

Severity: normal

Tags: patch

Done: Efraim Flashner <efraim <at> flashner.co.il>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Evan Hanson <evhan <at> foldling.org>
Subject: bug#39876: closed (Re: [bug#39876] [PATCH] gnu: chicken: Update
 to 5.2.0 and use HTTPS home page.)
Date: Tue, 03 Mar 2020 09:44:01 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#39876: [PATCH] gnu: chicken: Update to 5.2.0 and use HTTPS home page.

which was filed against the guix-patches package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 39876 <at> debbugs.gnu.org.

-- 
39876: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=39876
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Efraim Flashner <efraim <at> flashner.co.il>
To: Evan Hanson <evhan <at> foldling.org>
Cc: 39876-done <at> debbugs.gnu.org
Subject: Re: [bug#39876] [PATCH] gnu: chicken: Update to 5.2.0 and use HTTPS
 home page.
Date: Tue, 3 Mar 2020 11:42:53 +0200
[Message part 3 (text/plain, inline)]
Looks good. Patch pushed. Thanks!


-- 
Efraim Flashner   <efraim <at> flashner.co.il>   אפרים פלשנר
GPG key = A28B F40C 3E55 1372 662D  14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted
[signature.asc (application/pgp-signature, inline)]
[Message part 5 (message/rfc822, inline)]
From: Evan Hanson <evhan <at> foldling.org>
To: guix-patches <at> gnu.org
Cc: Evan Hanson <evhan <at> foldling.org>
Subject: [PATCH] gnu: chicken: Update to 5.2.0 and use HTTPS home page.
Date: Tue,  3 Mar 2020 13:10:57 +1300
* gnu/packages/chicken.scm (chicken): Update version and home-page.
---
 gnu/packages/chicken.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git gnu/packages/chicken.scm gnu/packages/chicken.scm
index 2034ca942a..c2de0aa457 100644
--- gnu/packages/chicken.scm
+++ gnu/packages/chicken.scm
@@ -28,14 +28,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 +59,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
-- 
2.25.1




This bug report was last modified 5 years and 84 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.