[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
04/06: gnu: gambit-c: Update to 4.7.9.
From: |
Efraim Flashner |
Subject: |
04/06: gnu: gambit-c: Update to 4.7.9. |
Date: |
Sun, 23 Oct 2016 11:38:07 +0000 (UTC) |
efraim pushed a commit to branch master
in repository guix.
commit 71dcdaf31f6d3daf087425c2dba66abdcfd6a472
Author: Efraim Flashner <address@hidden>
Date: Sun Oct 23 12:18:04 2016 +0300
gnu: gambit-c: Update to 4.7.9.
* gnu/packages/scheme.scm (gambit-c): Update to 4.7.9.
---
gnu/packages/scheme.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/scheme.scm b/gnu/packages/scheme.scm
index 92f5aff..de5b312 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.7.4")
+ (version "4.7.9")
(source
(origin
(method url-fetch)
@@ -524,7 +524,7 @@ of libraries.")
(string-map (lambda (c) (if (char=? c #\.) #\_ c)) version)
".tgz"))
(sha256
- (base32 "0y2pklh4k65yrmxv63ass76xckrk9wqimbdad2gha35v2mi7blhs"))))
+ (base32 "0kzia3wlxnw5m0cc7681y3pabcl9iflpkbdl0zcfpxfhpgpa5r0p"))))
(build-system gnu-build-system)
(arguments
'(#:configure-flags
- branch master updated (5ed7f28 -> 9ba8889), Efraim Flashner, 2016/10/23
- 04/06: gnu: gambit-c: Update to 4.7.9.,
Efraim Flashner <=
- 05/06: gnu: gambit-c: Use 'modify-phases' syntax., Efraim Flashner, 2016/10/23
- 01/06: gnu: hop: Update to 2.5.1., Efraim Flashner, 2016/10/23
- 02/06: gnu: hop: Use 'modify-phases' syntax., Efraim Flashner, 2016/10/23
- 03/06: gnu: bigloo: Use 'modify-phases' syntax., Efraim Flashner, 2016/10/23
- 06/06: gnu: gambit-c: Update to 4.8.5., Efraim Flashner, 2016/10/23