[PATCH] gnu: gambit-c: Update to 4.9.5.

  • Done
  • quality assurance status badge
Details
2 participants
  • Maxim Cournoyer
  • Rémi Teissier
Owner
unassigned
Submitted by
Rémi Teissier
Severity
normal
R
R
Rémi Teissier wrote on 31 Aug 2023 17:05
(address . guix-patches@gnu.org)
f9ada352-6b28-415b-9808-59d6a8722c68@chillpc.fr
From cb37dce83961231b2e17952b98e9d02b7be30ba9 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?R=C3=A9mi=20Teissier?= <rteissier.code@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(-)

Toggle diff (24 lines)
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
M
M
Maxim Cournoyer wrote on 6 Sep 2023 15:50
(name . Rémi Teissier)(address . rteissier.code@chillpc.fr)(address . 65663-done@debbugs.gnu.org)
87jzt376ml.fsf@gmail.com
Hi,

Rémi Teissier <rteissier.code@chillpc.fr> writes:

Toggle quote (5 lines)
> From cb37dce83961231b2e17952b98e9d02b7be30ba9 Mon Sep 17 00:00:00 2001
> From: =?UTF-8?q?R=C3=A9mi=20Teissier?= <rteissier.code@chillpc.fr>
> Date: Thu, 31 Aug 2023 17:02:44 +0200
> Subject: [PATCH] gnu: gambit-c: Update to 4.9.5.

Installed, thank you.

--
Thanks,
Maxim
Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 65663@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 65663
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch