GNU bug report logs - #65663
[PATCH] gnu: gambit-c: Update to 4.9.5.

Previous Next

Package: guix-patches;

Reported by: Rémi Teissier <rteissier.code <at> chillpc.fr>

Date: Thu, 31 Aug 2023 19:06:02 UTC

Severity: normal

Tags: patch

Done: Maxim Cournoyer <maxim.cournoyer <at> gmail.com>

Bug is archived. No further changes may be made.

Full log


Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Rémi Teissier <rteissier.code <at> chillpc.fr>
To: guix-patches <at> gnu.org
Subject: [PATCH] gnu: gambit-c: Update to 4.9.5.
Date: Thu, 31 Aug 2023 17:05:31 +0200
From cb37dce83961231b2e17952b98e9d02b7be30ba9 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?R=C3=A9mi=20Teissier?= <rteissier.code <at> chillpc.fr>
Date: Thu, 31 Aug 2023 17:02:44 +0200
Subject: [PATCH] gnu: gambit-c: Update to 4.9.5.

---
 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 c0e2e3ab48..a73f8c4a97 100644
--- a/gnu/packages/scheme.scm
+++ b/gnu/packages/scheme.scm
@@ -555,7 +555,7 @@ (define-public scheme48-prescheme
 (define-public gambit-c
   (package
     (name "gambit-c")
-    (version "4.9.4")
+    (version "4.9.5")
     (source
      (origin
        (method url-fetch)
@@ -565,7 +565,7 @@ (define-public gambit-c
              (string-map (lambda (c) (if (char=? c #\.) #\_ c)) version)
              ".tgz"))
        (sha256
-        (base32 "025x8zi9176qwww4d3pk8aj9ab1fpqyxqz26q3v394k6bfk49yqr"))))
+        (base32 "1p61z1rp0ya4i61mq3hzmr67r3xbvi9h058cf9ci2yqfbzdzi3p2"))))
     (build-system gnu-build-system)
     (arguments
      '(#:configure-flags
-- 
2.40.1





This bug report was last modified 1 year and 261 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.