unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: "Preston M. Firestone" <firestone.preston@gmail.com>
To: 61584@debbugs.gnu.org
Cc: "Preston M. Firestone" <firestone.preston@gmail.com>
Subject: [bug#61584] [PATCH] gnu: gambit-c: Update gambit-c to 4.9.4.
Date: Fri, 17 Feb 2023 15:19:40 -0600	[thread overview]
Message-ID: <20230217211938.7396-1-firestone.preston@gmail.com> (raw)
In-Reply-To: <20230217191324.26837-1-firestone.preston@gmail.com>

* gnu/packages/scheme.scm (gambit-c): Update to 4.9.4.
  [uri]: change source URL to http://www.gambitscheme.org/.
---
 gnu/packages/scheme.scm | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/scheme.scm b/gnu/packages/scheme.scm
index c13de9d65b..61c2ed2e48 100644
--- a/gnu/packages/scheme.scm
+++ b/gnu/packages/scheme.scm
@@ -412,17 +412,17 @@ (define-public scheme48
 (define-public gambit-c
   (package
     (name "gambit-c")
-    (version "4.9.3")
+    (version "4.9.4")
     (source
      (origin
        (method url-fetch)
        (uri (string-append
-             "http://www.iro.umontreal.ca/~gambit/download/gambit/v"
-             (version-major+minor version) "/source/gambit-v"
+             "http://www.gambitscheme.org/"
+             version "/gambit-v"
              (string-map (lambda (c) (if (char=? c #\.) #\_ c)) version)
              ".tgz"))
        (sha256
-        (base32 "1p6172vhcrlpjgia6hsks1w4fl8rdyjf9xjh14wxfkv7dnx8a5hk"))))
+        (base32 "025x8zi9176qwww4d3pk8aj9ab1fpqyxqz26q3v394k6bfk49yqr"))))
     (build-system gnu-build-system)
     (arguments
      '(#:configure-flags
-- 
2.39.1





  parent reply	other threads:[~2023-02-17 21:21 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-02-17 19:13 [bug#61584] [PATCH] gnu: gambit-c: Update gambit-c to 4.9.4 Preston M. Firestone
2023-02-17 19:59 ` Maxim Cournoyer
2023-02-17 21:19 ` Preston M. Firestone [this message]
2023-02-18  5:45   ` Preston M. Firestone
2023-03-04 17:34     ` bug#61584: " Ludovic Courtès

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=20230217211938.7396-1-firestone.preston@gmail.com \
    --to=firestone.preston@gmail.com \
    --cc=61584@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).