[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
- 07/20: gnu: gmime: Remove version 2.6.23., (continued)
- 07/20: gnu: gmime: Remove version 2.6.23., guix-commits, 2023/09/06
- 04/20: gnu: qemu: Update to 8.1.0., guix-commits, 2023/09/06
- 05/20: gnu: ccache: Update to 4.8.3., guix-commits, 2023/09/06
- 09/20: gnu: libndp: Fix cross-compile., guix-commits, 2023/09/06
- 12/20: gnu: rtaudio: Update to 5.2.0., guix-commits, 2023/09/06
- 13/20: gnu: zrythm: Enable rtaudio., guix-commits, 2023/09/06
- 14/20: gnu: Add go-github-com-dgryski-go-metro., guix-commits, 2023/09/06
- 20/20: gnu: gmime: Update home-page URL., guix-commits, 2023/09/06
- 06/20: gnu: bear: Update to 3.1.3., guix-commits, 2023/09/06
- 03/20: doc: Fix typo., guix-commits, 2023/09/06
- 08/20: gnu: gambit-c: Update to 4.9.5.,
guix-commits <=
- 10/20: gnu: gst-plugins-bad: Remove the svt-hevc input., guix-commits, 2023/09/06
- 11/20: gnu-maintenance: Do not error when there are no candidates., guix-commits, 2023/09/06
- 15/20: gnu: Add go-github-com-dgryski-go-mph., guix-commits, 2023/09/06
- 19/20: gnu: go-github-com-tdewolff-minify-v2: Regenerate hash., guix-commits, 2023/09/06
- 16/20: gnu: Add go-github-com-cespare-mph., guix-commits, 2023/09/06
- 17/20: gnu: Add go-github-com-tdewolff-hasher., guix-commits, 2023/09/06
- 18/20: gnu: go-github-com-tdewolff-parse-v2: Regenerate hash., guix-commits, 2023/09/06