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 <jgart@dismail.de>
This commit is contained in:
Ashish SHUKLA 2025-11-25 14:45:00 +01:00 committed by jgart
parent 45a1796ca6
commit 3a48bbf383
No known key found for this signature in database
GPG key ID: A52AA2B477B6DD35

View file

@ -29,6 +29,7 @@
;;; Copyright © 2024 Zheng Junjie <873216071@qq.com>
;;; Copyright © 2024 Adam Faiz <adam.faiz@disroot.org>
;;; Copyright © 2024, 2025 Zhu Zihao <all_but_last@163.com>
;;; Copyright © 2025 Ashish SHUKLA <ashish.is@lostca.se>
;;;
;;; 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