unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#61584] [PATCH] gnu: gambit-c: Update gambit-c to 4.9.4.
@ 2023-02-17 19:13 Preston M. Firestone
  2023-02-17 19:59 ` Maxim Cournoyer
  2023-02-17 21:19 ` Preston M. Firestone
  0 siblings, 2 replies; 5+ messages in thread
From: Preston M. Firestone @ 2023-02-17 19:13 UTC (permalink / raw)
  To: 61584; +Cc: Preston M. Firestone

* gnu/packages/scheme.scm (gambit-c): Update to 4.9.4.
---
 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 c13de9d65b..df747a69b9 100644
--- a/gnu/packages/scheme.scm
+++ b/gnu/packages/scheme.scm
@@ -412,7 +412,7 @@ (define-public scheme48
 (define-public gambit-c
   (package
     (name "gambit-c")
-    (version "4.9.3")
+    (version "4.9.4")
     (source
      (origin
        (method url-fetch)
@@ -422,7 +422,7 @@ (define-public gambit-c
              (string-map (lambda (c) (if (char=? c #\.) #\_ c)) version)
              ".tgz"))
        (sha256
-        (base32 "1p6172vhcrlpjgia6hsks1w4fl8rdyjf9xjh14wxfkv7dnx8a5hk"))))
+        (base32 "025x8zi9176qwww4d3pk8aj9ab1fpqyxqz26q3v394k6bfk49yqr"))))
     (build-system gnu-build-system)
     (arguments
      '(#:configure-flags
-- 
2.39.1





^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2023-03-04 17:36 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-02-17 19:13 [bug#61584] [PATCH] gnu: gambit-c: Update gambit-c to 4.9.4 Preston M. Firestone
2023-02-17 19:59 ` Maxim Cournoyer
2023-02-17 21:19 ` Preston M. Firestone
2023-02-18  5:45   ` Preston M. Firestone
2023-03-04 17:34     ` bug#61584: " Ludovic Courtès

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).