all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#71857] [PATCH] gnu: sbcl: Update to 2.4.6.
@ 2024-06-30 15:57 ashish.is--- via Guix-patches via
  2024-06-30 21:15 ` jgart via Guix-patches via
  2024-07-29  8:35 ` [bug#71857] [PATCH lisp-team v2] gnu: sbcl: Update to 2.4.7 Ashish SHUKLA via Guix-patches via
  0 siblings, 2 replies; 5+ messages in thread
From: ashish.is--- via Guix-patches via @ 2024-06-30 15:57 UTC (permalink / raw)
  To: 71857
  Cc: Ashish SHUKLA, Guillaume Le Vaillant, Katherine Cox-Buday,
	Munyoki Kilyungi, Sharlatan Hellseher, jgart

From: Ashish SHUKLA <ashish.is@lostca.se>

* gnu/packages/lisp.scm (sbcl): Update to 2.4.6.

Change-Id: Ia9e6138202f4dae28ddf9bd373da49d3cc0d21c6
---
 gnu/packages/lisp.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/lisp.scm b/gnu/packages/lisp.scm
index 1b985362b1..6c676f7feb 100644
--- a/gnu/packages/lisp.scm
+++ b/gnu/packages/lisp.scm
@@ -1272,14 +1272,14 @@ (define-public s7
 (define-public sbcl
   (package
     (name "sbcl")
-    (version "2.4.5")
+    (version "2.4.6")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "mirror://sourceforge/sbcl/sbcl/" version "/sbcl-"
                            version "-source.tar.bz2"))
        (sha256
-        (base32 "1lbvb9rzlkl3h8s75i2js4dnmgxmvs41jxjb5dj0f603r688xxjd"))
+        (base32 "149h7xyadg13f3xs3v7klap0lrsngazqaafn4qbrmq6s89w912d4"))
        (modules '((guix build utils)))
        (snippet
         '(begin

base-commit: c7b009285ec2ab7a27747de40f28e6ecfba82922
-- 
2.45.2





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

end of thread, other threads:[~2024-08-22  8:02 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-06-30 15:57 [bug#71857] [PATCH] gnu: sbcl: Update to 2.4.6 ashish.is--- via Guix-patches via
2024-06-30 21:15 ` jgart via Guix-patches via
2024-07-09 10:10   ` Christopher Baines
2024-07-29  8:35 ` [bug#71857] [PATCH lisp-team v2] gnu: sbcl: Update to 2.4.7 Ashish SHUKLA via Guix-patches via
2024-08-22  8:01   ` bug#71857: " Guillaume Le Vaillant

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.