me
/
guix
Archived
1
0
Fork 0

gnu: gambit-c: Update to 4.9.5.

* gnu/packages/scheme.scm (gambit-c): Update to 4.9.5.

Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
Rémi Teissier 2023-08-31 17:05:31 +02:00 committed by Maxim Cournoyer
parent d7e9df2b35
commit 2d6c4e7198
No known key found for this signature in database
GPG Key ID: 1260E46482E63562
1 changed files with 3 additions and 4 deletions

View File

@ -555,17 +555,16 @@ in Scheme, and a runtime library which allows Pre-Scheme code to run as Scheme."
(define-public gambit-c
(package
(name "gambit-c")
(version "4.9.4")
(version "4.9.5")
(source
(origin
(method url-fetch)
(uri (string-append
"http://www.gambitscheme.org/"
version "/gambit-v"
"http://www.gambitscheme.org/" version "/gambit-v"
(string-map (lambda (c) (if (char=? c #\.) #\_ c)) version)
".tgz"))
(sha256
(base32 "025x8zi9176qwww4d3pk8aj9ab1fpqyxqz26q3v394k6bfk49yqr"))))
(base32 "1p61z1rp0ya4i61mq3hzmr67r3xbvi9h058cf9ci2yqfbzdzi3p2"))))
(build-system gnu-build-system)
(arguments
'(#:configure-flags