me
/
guix
Archived
1
0
Fork 0

gnu: gambit-c: Update gambit-c to 4.9.4.

* 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.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
Preston M. Firestone 2023-02-17 23:45:42 -06:00 committed by Ludovic Courtès
parent 0d6c5e0ba1
commit 173a42b487
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 5 additions and 5 deletions

View File

@ -544,24 +544,24 @@ in Scheme, and a runtime library which allows Pre-Scheme code to run as Scheme."
(define-public gambit-c (define-public gambit-c
(package (package
(name "gambit-c") (name "gambit-c")
(version "4.9.3") (version "4.9.4")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (string-append (uri (string-append
"http://www.iro.umontreal.ca/~gambit/download/gambit/v" "http://www.gambitscheme.org/"
(version-major+minor version) "/source/gambit-v" version "/gambit-v"
(string-map (lambda (c) (if (char=? c #\.) #\_ c)) version) (string-map (lambda (c) (if (char=? c #\.) #\_ c)) version)
".tgz")) ".tgz"))
(sha256 (sha256
(base32 "1p6172vhcrlpjgia6hsks1w4fl8rdyjf9xjh14wxfkv7dnx8a5hk")))) (base32 "025x8zi9176qwww4d3pk8aj9ab1fpqyxqz26q3v394k6bfk49yqr"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments (arguments
'(#:configure-flags '(#:configure-flags
;; According to the ./configure script, this makes the build slower and ;; According to the ./configure script, this makes the build slower and
;; use >= 1 GB memory, but makes Gambit much faster. ;; use >= 1 GB memory, but makes Gambit much faster.
'("--enable-single-host"))) '("--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") (synopsis "Efficient Scheme interpreter and compiler")
(description (description
"Gambit consists of two main programs: gsi, the Gambit Scheme "Gambit consists of two main programs: gsi, the Gambit Scheme