diff mbox series

[bug#71857] gnu: sbcl: Update to 2.4.6.

Message ID ba8a1af38c1da13bbe2c589de9e8c932f303639d.1719763061.git.ashish.is@lostca.se
State New
Headers show
Series [bug#71857] gnu: sbcl: Update to 2.4.6. | expand

Commit Message

ashish.is--- via Guix-patches" via June 30, 2024, 3:57 p.m. UTC
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(-)


base-commit: c7b009285ec2ab7a27747de40f28e6ecfba82922

Comments

jgart June 30, 2024, 9:15 p.m. UTC | #1
Nice! Thanks for the contribution.

I'll let Guillaume review this since I have limited CPU resources on my machine to build everything that depends on sbcl and QA is currently in an unknown state.

Hi Christopher,

Do you have any suggestions for what to do when QA is in an unknown state?

all the best,

jgart
diff mbox series

Patch

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