guix-commits
[Top][All Lists]
Advanced

[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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]