guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/01: gnu: gambit-c: Update to 4.8.8.


From: Kei Kebreau
Subject: 01/01: gnu: gambit-c: Update to 4.8.8.
Date: Sun, 24 Dec 2017 10:07:05 -0500 (EST)

kkebreau pushed a commit to branch master
in repository guix.

commit c154c97f90d925b8f6b29ee0c930e4a6c8e1f218
Author: Kei Kebreau <address@hidden>
Date:   Sun Dec 24 09:50:31 2017 -0500

    gnu: gambit-c: Update to 4.8.8.
    
    * gnu/packages/scheme.scm (gambit-c): Update to 4.8.8.
---
 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 f1aa95a..36e1bd6 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



reply via email to

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