guix-commits
[Top][All Lists]
Advanced

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

08/20: gnu: gambit-c: Update to 4.9.5.


From: guix-commits
Subject: 08/20: gnu: gambit-c: Update to 4.9.5.
Date: Wed, 6 Sep 2023 01:27:54 -0400 (EDT)

apteryx pushed a commit to branch master
in repository guix.

commit 2d6c4e7198231c5bb41c0f5dcd5e1779797c3141
Author: RĂ©mi Teissier <rteissier.code@chillpc.fr>
AuthorDate: Thu Aug 31 17:05:31 2023 +0200

    gnu: gambit-c: Update to 4.9.5.
    
    * gnu/packages/scheme.scm (gambit-c): Update to 4.9.5.
    
    Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
---
 gnu/packages/scheme.scm | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/scheme.scm b/gnu/packages/scheme.scm
index c0e2e3ab48..44e0130573 100644
--- a/gnu/packages/scheme.scm
+++ b/gnu/packages/scheme.scm
@@ -555,17 +555,16 @@ in Scheme, and a runtime library which allows Pre-Scheme 
code to run as Scheme."
 (define-public gambit-c
   (package
     (name "gambit-c")
-    (version "4.9.4")
+    (version "4.9.5")
     (source
      (origin
        (method url-fetch)
        (uri (string-append
-             "http://www.gambitscheme.org/";
-             version "/gambit-v"
+             "http://www.gambitscheme.org/"; version "/gambit-v"
              (string-map (lambda (c) (if (char=? c #\.) #\_ c)) version)
              ".tgz"))
        (sha256
-        (base32 "025x8zi9176qwww4d3pk8aj9ab1fpqyxqz26q3v394k6bfk49yqr"))))
+        (base32 "1p61z1rp0ya4i61mq3hzmr67r3xbvi9h058cf9ci2yqfbzdzi3p2"))))
     (build-system gnu-build-system)
     (arguments
      '(#:configure-flags



reply via email to

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