diff options
author | Kei Kebreau <kkebreau@posteo.net> | 2018-12-30 11:07:00 -0500 |
---|---|---|
committer | Kei Kebreau <kkebreau@posteo.net> | 2018-12-30 11:11:25 -0500 |
commit | cb3854cd114edbe529572cda740d665c2fb1c4e8 (patch) | |
tree | 978281c34e340cc5ed0bfaa6354aa136a9ddd1c6 /gnu/packages/scheme.scm | |
parent | ea593fe2984ca665c864160d2bd5e40362a4eb09 (diff) | |
download | guix-cb3854cd114edbe529572cda740d665c2fb1c4e8.tar guix-cb3854cd114edbe529572cda740d665c2fb1c4e8.tar.gz |
gnu: gambit-c: Update to 4.9.1.
* gnu/packages/scheme.scm (gambit-c): Update to 4.9.1.
[home-page]: Update URL.
Diffstat (limited to 'gnu/packages/scheme.scm')
-rw-r--r-- | gnu/packages/scheme.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/scheme.scm b/gnu/packages/scheme.scm index 16904dce32..29cee6b3da 100644 --- a/gnu/packages/scheme.scm +++ b/gnu/packages/scheme.scm @@ -551,7 +551,7 @@ of libraries.") (define-public gambit-c (package (name "gambit-c") - (version "4.9.0") + (version "4.9.1") (source (origin (method url-fetch) @@ -561,14 +561,14 @@ of libraries.") (string-map (lambda (c) (if (char=? c #\.) #\_ c)) version) ".tgz")) (sha256 - (base32 "19862w9ij0g5xrkskl4g89xbs17gp9cc6cfcdca6dlfkb3lk6xhp")))) + (base32 "14x9xa0yh7187alzw2m937jnh4csj0dyywi3va8bhi7aaw4p5qai")))) (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://gambitscheme.org") + (home-page "http://dynamo.iro.umontreal.ca/wiki/index.php/Main_Page") (synopsis "Efficient Scheme interpreter and compiler") (description "Gambit consists of two main programs: gsi, the Gambit Scheme |