diff mbox series

[bug#73567] gnu: sbcl: Update to 2.4.10.

Message ID 1bef9ffc11ffb0c657d5bb94b2de5ae5cce3cec1.1730368231.git.ashish.is@lostca.se
State New
Headers show
Series [bug#73567] gnu: sbcl: Update to 2.4.10. | expand

Commit Message

ashish.is--- via Guix-patches" via Oct. 31, 2024, 9:50 a.m. UTC
From: Ashish SHUKLA <ashish.is@lostca.se>

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

Change-Id: I9631a0ddd4fe7f6875f0f52ec8b917c229670256
---
Hi,

SBCL 2.4.10 is released not so long ago, since merge window is still open, why not merge the latest version.

Thanks!


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


base-commit: cc34ba5d474b055333ccb5a0c787fac392f83b1a

Comments

Guillaume Le Vaillant Oct. 31, 2024, 10:14 a.m. UTC | #1
ashish.is@lostca.se skribis:

> SBCL 2.4.10 is released not so long ago, since merge window is still open, why not merge the latest version.
>
> Thanks!

Hi.
I had the same idea, but I haven't pushed the update to the lisp-team
branch yet. I'm currently rebuilding things locally with SBCL 2.4.10 to
see if everything still works fine, and then I'll rebase the lisp-team
branch.
Guillaume Le Vaillant Oct. 31, 2024, 11:01 a.m. UTC | #2
Guillaume Le Vaillant <glv@posteo.net> skribis:

> ashish.is@lostca.se skribis:
>
>> SBCL 2.4.10 is released not so long ago, since merge window is still open, why not merge the latest version.
>>
>> Thanks!
>
> Hi.
> I had the same idea, but I haven't pushed the update to the lisp-team
> branch yet. I'm currently rebuilding things locally with SBCL 2.4.10 to
> see if everything still works fine, and then I'll rebase the lisp-team
> branch.

SBCL 2.4.10 is now on the lisp-team branch.
However the CI is having some issues right now, so I don't know when it
will start building substitutes.
Ashish SHUKLA Oct. 31, 2024, 1:25 p.m. UTC | #3
On Thu Oct 31, 2024 at 12:01 PM CET, Guillaume Le Vaillant wrote:
> Guillaume Le Vaillant <glv@posteo.net> skribis:
>
> > ashish.is@lostca.se skribis:
> >
> >> SBCL 2.4.10 is released not so long ago, since merge window is still open, why not merge the latest version.
> >>
> >> Thanks!
> >
> > Hi.
> > I had the same idea, but I haven't pushed the update to the lisp-team
> > branch yet. I'm currently rebuilding things locally with SBCL 2.4.10 to
> > see if everything still works fine, and then I'll rebase the lisp-team
> > branch.
>
> SBCL 2.4.10 is now on the lisp-team branch.
> However the CI is having some issues right now, so I don't know when it
> will start building substitutes.

Thanks! Looking forward to the update.
diff mbox series

Patch

diff --git a/gnu/packages/lisp.scm b/gnu/packages/lisp.scm
index 506cd40326..67d194b440 100644
--- a/gnu/packages/lisp.scm
+++ b/gnu/packages/lisp.scm
@@ -1355,14 +1355,14 @@  (define-public s7
 (define-public sbcl
   (package
     (name "sbcl")
-    (version "2.4.9")
+    (version "2.4.10")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "mirror://sourceforge/sbcl/sbcl/" version "/sbcl-"
                            version "-source.tar.bz2"))
        (sha256
-        (base32 "1qh56rgwg3np2cr26kgrrsagrnawkcnzb8bw9p33v56nqpmy8w4r"))
+        (base32 "1y72ql8dxwjkwkikyk26w4n38p6apvv2l7440kp3x4fjd5mkksyf"))
        (modules '((guix build utils)))
        (snippet
         '(begin