diff mbox series

[bug#61584] gnu: gambit-c: Update gambit-c to 4.9.4.

Message ID 20230218054540.17261-1-firestone.preston@gmail.com
State New
Headers show
Series [bug#61584] gnu: gambit-c: Update gambit-c to 4.9.4. | expand

Commit Message

Preston M. Firestone Feb. 18, 2023, 5:45 a.m. UTC
Apologies -- I missed the second instance of the URL later in the
package declaration. Please disregard the previous patch.

* gnu/packages/scheme.scm (gambit-c): Update to 4.9.4.
  [uri]: change source URL to http://www.gambitscheme.org/.
  [home-page]: update URL to the project's new home page.
---
 gnu/packages/scheme.scm | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

Comments

Ludovic Courtès March 4, 2023, 5:34 p.m. UTC | #1
Hi,

"Preston M. Firestone" <firestone.preston@gmail.com> skribis:

> Apologies -- I missed the second instance of the URL later in the
> package declaration. Please disregard the previous patch.
>
> * gnu/packages/scheme.scm (gambit-c): Update to 4.9.4.
>   [uri]: change source URL to http://www.gambitscheme.org/.
>   [home-page]: update URL to the project's new home page.

Applied, thanks!

For some reasons <https://qa.guix.gnu.org> didn’t pick it up but I
confirmed that it builds on my x86_64-linux laptop.

Ludo’.
diff mbox series

Patch

diff --git a/gnu/packages/scheme.scm b/gnu/packages/scheme.scm
index c13de9d65b..ec3dc3cfed 100644
--- a/gnu/packages/scheme.scm
+++ b/gnu/packages/scheme.scm
@@ -412,24 +412,24 @@  (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
        ;; According to the ./configure script, this makes the build slower and
        ;; use >= 1 GB memory, but makes Gambit much faster.
        '("--enable-single-host")))
-    (home-page "http://dynamo.iro.umontreal.ca/wiki/index.php/Main_Page")
+    (home-page "http://www.gambitscheme.org/")
     (synopsis "Efficient Scheme interpreter and compiler")
     (description
      "Gambit consists of two main programs: gsi, the Gambit Scheme