GNU bug report logs -
#39876
[PATCH] gnu: chicken: Update to 5.2.0 and use HTTPS home page.
Previous Next
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.
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 39876 in the body.
You can then email your comments to 39876 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
guix-patches <at> gnu.org
:
bug#39876
; Package
guix-patches
.
(Tue, 03 Mar 2020 01:19:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Evan Hanson <evhan <at> foldling.org>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Tue, 03 Mar 2020 01:19:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
* 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
Reply sent
to
Efraim Flashner <efraim <at> flashner.co.il>
:
You have taken responsibility.
(Tue, 03 Mar 2020 09:44:01 GMT)
Full text and
rfc822 format available.
Notification sent
to
Evan Hanson <evhan <at> foldling.org>
:
bug acknowledged by developer.
(Tue, 03 Mar 2020 09:44:01 GMT)
Full text and
rfc822 format available.
Message #10 received at 39876-done <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (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)]
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Tue, 31 Mar 2020 11:24:04 GMT)
Full text and
rfc822 format available.
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.