* [bug#39876] [PATCH] gnu: chicken: Update to 5.2.0 and use HTTPS home page.
@ 2020-03-03 0:10 Evan Hanson
2020-03-03 9:42 ` bug#39876: " Efraim Flashner
0 siblings, 1 reply; 2+ messages in thread
From: Evan Hanson @ 2020-03-03 0:10 UTC (permalink / raw)
To: 39876; +Cc: Evan Hanson
* 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
^ permalink raw reply related [flat|nested] 2+ messages in thread
* bug#39876: [PATCH] gnu: chicken: Update to 5.2.0 and use HTTPS home page.
2020-03-03 0:10 [bug#39876] [PATCH] gnu: chicken: Update to 5.2.0 and use HTTPS home page Evan Hanson
@ 2020-03-03 9:42 ` Efraim Flashner
0 siblings, 0 replies; 2+ messages in thread
From: Efraim Flashner @ 2020-03-03 9:42 UTC (permalink / raw)
To: Evan Hanson; +Cc: 39876-done
[-- Attachment #1: Type: text/plain, Size: 250 bytes --]
Looks good. Patch pushed. Thanks!
--
Efraim Flashner <efraim@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
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2020-03-03 9:44 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-03-03 0:10 [bug#39876] [PATCH] gnu: chicken: Update to 5.2.0 and use HTTPS home page Evan Hanson
2020-03-03 9:42 ` bug#39876: " Efraim Flashner
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/guix.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).