This is an automated email from the git hooks/post-receive script.

guix_mirror_bot pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 3a48bbf383 gnu: gambit-c: Update to 4.9.7.
3a48bbf383 is described below

commit 3a48bbf3836ee132093a20fcfbb11fb88a982da9
Author: Ashish SHUKLA <[email protected]>
AuthorDate: Tue Nov 25 14:45:00 2025 +0100

    gnu: gambit-c: Update to 4.9.7.
    
    * gnu/packages/scheme.scm (gambit-c): Update to 4.9.7.
    
    Change-Id: Idbfe1660b02f7398abce642add0665327eb6c9c4
    Signed-off-by: jgart <[email protected]>
---
 gnu/packages/scheme.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/scheme.scm b/gnu/packages/scheme.scm
index d6ab1fec87..0fc2874cf2 100644
--- a/gnu/packages/scheme.scm
+++ b/gnu/packages/scheme.scm
@@ -29,6 +29,7 @@
 ;;; Copyright © 2024 Zheng Junjie <[email protected]>
 ;;; Copyright © 2024 Adam Faiz <[email protected]>
 ;;; Copyright © 2024, 2025 Zhu Zihao <[email protected]>
+;;; Copyright © 2025 Ashish SHUKLA <[email protected]>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -533,7 +534,7 @@ 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.5")
+    (version "4.9.7")
     (source
      (origin
        (method url-fetch)
@@ -542,7 +543,7 @@ in Scheme, and a runtime library which allows Pre-Scheme 
code to run as Scheme."
              (string-map (lambda (c) (if (char=? c #\.) #\_ c)) version)
              ".tgz"))
        (sha256
-        (base32 "1p61z1rp0ya4i61mq3hzmr67r3xbvi9h058cf9ci2yqfbzdzi3p2"))))
+        (base32 "08iw6jfvn4l09j52p28s9f8x551590pv300nc0cfg0isrkax6hsj"))))
     (build-system gnu-build-system)
     (arguments
      '(#:configure-flags

Reply via email to