emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#61584: closed ([PATCH] gnu: gambit-c: Update gambit-c to 4.9.4.)


From: GNU bug Tracking System
Subject: bug#61584: closed ([PATCH] gnu: gambit-c: Update gambit-c to 4.9.4.)
Date: Sat, 04 Mar 2023 17:36:02 +0000

Your message dated Sat, 04 Mar 2023 18:34:51 +0100
with message-id <87a60sqv2c.fsf_-_@gnu.org>
and subject line Re: bug#61584: [PATCH] gnu: gambit-c: Update gambit-c to 4.9.4.
has caused the debbugs.gnu.org bug report #61584,
regarding [PATCH] gnu: gambit-c: Update gambit-c to 4.9.4.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
61584: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=61584
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] gnu: gambit-c: Update gambit-c to 4.9.4. Date: Fri, 17 Feb 2023 13:13:25 -0600
* 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




--- End Message ---
--- Begin Message --- Subject: Re: bug#61584: [PATCH] gnu: gambit-c: Update gambit-c to 4.9.4. Date: Sat, 04 Mar 2023 18:34:51 +0100 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.2 (gnu/linux)
Hi,

"Preston M. Firestone" <firestone.preston@gmail.com> skribis:

> Apologies -- I missed the second instance of the URL later in the
> package declaration. Please disregard the previous patch.
>
> * gnu/packages/scheme.scm (gambit-c): Update to 4.9.4.
>   [uri]: change source URL to http://www.gambitscheme.org/.
>   [home-page]: update URL to the project's new home page.

Applied, thanks!

For some reasons <https://qa.guix.gnu.org> didn’t pick it up but I
confirmed that it builds on my x86_64-linux laptop.

Ludo’.


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]