aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/scheme.scm
diff options
context:
space:
mode:
authorKei Kebreau <kkebreau@posteo.net>2017-12-24 09:50:31 -0500
committerKei Kebreau <kkebreau@posteo.net>2017-12-24 10:04:32 -0500
commitc154c97f90d925b8f6b29ee0c930e4a6c8e1f218 (patch)
tree0eaf11b58e6873ce97c18a21b5149fe3fbd73320 /gnu/packages/scheme.scm
parent51f019072dc20cf47195fb6a81dfbcfeb5c71f24 (diff)
downloadguix-c154c97f90d925b8f6b29ee0c930e4a6c8e1f218.tar
guix-c154c97f90d925b8f6b29ee0c930e4a6c8e1f218.tar.gz
gnu: gambit-c: Update to 4.8.8.
* gnu/packages/scheme.scm (gambit-c): Update to 4.8.8.
Diffstat (limited to 'gnu/packages/scheme.scm')
-rw-r--r--gnu/packages/scheme.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/scheme.scm b/gnu/packages/scheme.scm
index f1aa95aa05..36e1bd6769 100644
--- a/gnu/packages/scheme.scm
+++ b/gnu/packages/scheme.scm
@@ -514,7 +514,7 @@ of libraries.")
(define-public gambit-c
(package
(name "gambit-c")
- (version "4.8.5")
+ (version "4.8.8")
(source
(origin
(method url-fetch)
@@ -524,7 +524,7 @@ of libraries.")
(string-map (lambda (c) (if (char=? c #\.) #\_ c)) version)
".tgz"))
(sha256
- (base32 "0xwmqzqvk83xyjz48vp36p5vj1415rl3pi3xq7y8i3p8s409a98b"))))
+ (base32 "1plw1id94mpg2c4y6q9z39ndcz1hbxfnp3i08szsg6794rasmgkk"))))
(build-system gnu-build-system)
(arguments
'(#:configure-flags