unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Evan Hanson <evhan@foldling.org>
To: 39876@debbugs.gnu.org
Cc: Evan Hanson <evhan@foldling.org>
Subject: [bug#39876] [PATCH] gnu: chicken: Update to 5.2.0 and use HTTPS home page.
Date: Tue,  3 Mar 2020 13:10:57 +1300	[thread overview]
Message-ID: <20200303001057.32453-1-evhan@foldling.org> (raw)

* 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	other threads:[~2020-03-03  1:19 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-03-03  0:10 Evan Hanson [this message]
2020-03-03  9:42 ` bug#39876: [PATCH] gnu: chicken: Update to 5.2.0 and use HTTPS home page Efraim Flashner

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20200303001057.32453-1-evhan@foldling.org \
    --to=evhan@foldling.org \
    --cc=39876@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).