gnu: gambit-c: Update to 4.9.1.

* gnu/packages/scheme.scm (gambit-c): Update to 4.9.1.
[home-page]: Update URL.
This commit is contained in:
Kei Kebreau 2018-12-30 11:07:00 -05:00
parent ea593fe298
commit cb3854cd11
No known key found for this signature in database
GPG key ID: E6A5EE3C19467A0D

View file

@ -551,7 +551,7 @@ (define-public racket
(define-public gambit-c (define-public gambit-c
(package (package
(name "gambit-c") (name "gambit-c")
(version "4.9.0") (version "4.9.1")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -561,14 +561,14 @@ (define-public gambit-c
(string-map (lambda (c) (if (char=? c #\.) #\_ c)) version) (string-map (lambda (c) (if (char=? c #\.) #\_ c)) version)
".tgz")) ".tgz"))
(sha256 (sha256
(base32 "19862w9ij0g5xrkskl4g89xbs17gp9cc6cfcdca6dlfkb3lk6xhp")))) (base32 "14x9xa0yh7187alzw2m937jnh4csj0dyywi3va8bhi7aaw4p5qai"))))
(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://gambitscheme.org") (home-page "http://dynamo.iro.umontreal.ca/wiki/index.php/Main_Page")
(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