me
/
guix
Archived
1
0
Fork 0

gnu: gambit-c: Update to 4.8.8.

* gnu/packages/scheme.scm (gambit-c): Update to 4.8.8.
master
Kei Kebreau 2017-12-24 09:50:31 -05:00
parent 51f019072d
commit c154c97f90
No known key found for this signature in database
GPG Key ID: E6A5EE3C19467A0D
1 changed files with 2 additions and 2 deletions

View File

@ -514,7 +514,7 @@ of libraries.")
(define-public gambit-c (define-public gambit-c
(package (package
(name "gambit-c") (name "gambit-c")
(version "4.8.5") (version "4.8.8")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -524,7 +524,7 @@ of libraries.")
(string-map (lambda (c) (if (char=? c #\.) #\_ c)) version) (string-map (lambda (c) (if (char=? c #\.) #\_ c)) version)
".tgz")) ".tgz"))
(sha256 (sha256
(base32 "0xwmqzqvk83xyjz48vp36p5vj1415rl3pi3xq7y8i3p8s409a98b")))) (base32 "1plw1id94mpg2c4y6q9z39ndcz1hbxfnp3i08szsg6794rasmgkk"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments (arguments
'(#:configure-flags '(#:configure-flags