all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: "Rémi Teissier" <rteissier.code@chillpc.fr>
To: 65663@debbugs.gnu.org
Subject: [bug#65663] [PATCH] gnu: gambit-c: Update to 4.9.5.
Date: Thu, 31 Aug 2023 17:05:31 +0200	[thread overview]
Message-ID: <f9ada352-6b28-415b-9808-59d6a8722c68@chillpc.fr> (raw)

 From cb37dce83961231b2e17952b98e9d02b7be30ba9 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?R=C3=A9mi=20Teissier?= <rteissier.code@chillpc.fr>
Date: Thu, 31 Aug 2023 17:02:44 +0200
Subject: [PATCH] gnu: gambit-c: Update to 4.9.5.

---
  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 c0e2e3ab48..a73f8c4a97 100644
--- a/gnu/packages/scheme.scm
+++ b/gnu/packages/scheme.scm
@@ -555,7 +555,7 @@ (define-public scheme48-prescheme
  (define-public gambit-c
    (package
      (name "gambit-c")
-    (version "4.9.4")
+    (version "4.9.5")
      (source
       (origin
         (method url-fetch)
@@ -565,7 +565,7 @@ (define-public gambit-c
               (string-map (lambda (c) (if (char=? c #\.) #\_ c)) version)
               ".tgz"))
         (sha256
-        (base32 "025x8zi9176qwww4d3pk8aj9ab1fpqyxqz26q3v394k6bfk49yqr"))))
+        (base32 "1p61z1rp0ya4i61mq3hzmr67r3xbvi9h058cf9ci2yqfbzdzi3p2"))))
      (build-system gnu-build-system)
      (arguments
       '(#:configure-flags
-- 
2.40.1





             reply	other threads:[~2023-08-31 21:51 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-08-31 15:05 Rémi Teissier [this message]
2023-09-06 13:50 ` bug#65663: [PATCH] gnu: gambit-c: Update to 4.9.5 Maxim Cournoyer

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=f9ada352-6b28-415b-9808-59d6a8722c68@chillpc.fr \
    --to=rteissier.code@chillpc.fr \
    --cc=65663@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.