* [bug#73567] Request for merging "lisp-team" branch
@ 2024-09-30 13:42 Guillaume Le Vaillant
2024-10-31 9:50 ` [bug#73567] [PATCH] gnu: sbcl: Update to 2.4.10 ashish.is--- via Guix-patches via
0 siblings, 1 reply; 5+ messages in thread
From: Guillaume Le Vaillant @ 2024-09-30 13:42 UTC (permalink / raw)
To: 73567
[-- Attachment #1: Type: text/plain, Size: 72 bytes --]
Hi.
The lisp-team branch updates sbcl to 2.4.9.
Please test if you can.
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 247 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* [bug#73567] [PATCH] gnu: sbcl: Update to 2.4.10.
2024-09-30 13:42 [bug#73567] Request for merging "lisp-team" branch Guillaume Le Vaillant
@ 2024-10-31 9:50 ` ashish.is--- via Guix-patches via
2024-10-31 10:14 ` Guillaume Le Vaillant
0 siblings, 1 reply; 5+ messages in thread
From: ashish.is--- via Guix-patches via @ 2024-10-31 9:50 UTC (permalink / raw)
To: 73567
Cc: glv, 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.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(-)
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
base-commit: cc34ba5d474b055333ccb5a0c787fac392f83b1a
--
2.47.0
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [bug#73567] [PATCH] gnu: sbcl: Update to 2.4.10.
2024-10-31 9:50 ` [bug#73567] [PATCH] gnu: sbcl: Update to 2.4.10 ashish.is--- via Guix-patches via
@ 2024-10-31 10:14 ` Guillaume Le Vaillant
2024-10-31 11:01 ` Guillaume Le Vaillant
0 siblings, 1 reply; 5+ messages in thread
From: Guillaume Le Vaillant @ 2024-10-31 10:14 UTC (permalink / raw)
To: ashish.is; +Cc: 73567
[-- Attachment #1: Type: text/plain, Size: 379 bytes --]
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.
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 247 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* [bug#73567] [PATCH] gnu: sbcl: Update to 2.4.10.
2024-10-31 10:14 ` Guillaume Le Vaillant
@ 2024-10-31 11:01 ` Guillaume Le Vaillant
2024-10-31 13:25 ` Ashish SHUKLA via Guix-patches via
0 siblings, 1 reply; 5+ messages in thread
From: Guillaume Le Vaillant @ 2024-10-31 11:01 UTC (permalink / raw)
To: ashish.is; +Cc: 73567
[-- Attachment #1: Type: text/plain, Size: 595 bytes --]
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.
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 247 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* [bug#73567] [PATCH] gnu: sbcl: Update to 2.4.10.
2024-10-31 11:01 ` Guillaume Le Vaillant
@ 2024-10-31 13:25 ` Ashish SHUKLA via Guix-patches via
0 siblings, 0 replies; 5+ messages in thread
From: Ashish SHUKLA via Guix-patches via @ 2024-10-31 13:25 UTC (permalink / raw)
To: Guillaume Le Vaillant; +Cc: 73567
[-- Attachment #1: Type: text/plain, Size: 914 bytes --]
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.
--
Ashish SHUKLA | GPG: F682 CDCC 39DC 0FEA E116 20B6 C746 CFA9 E74F A4B0
"If I destroy you, what business is it of yours ?" (Dark Forest, Liu Cixin)
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 992 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2024-10-31 13:27 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-09-30 13:42 [bug#73567] Request for merging "lisp-team" branch Guillaume Le Vaillant
2024-10-31 9:50 ` [bug#73567] [PATCH] gnu: sbcl: Update to 2.4.10 ashish.is--- via Guix-patches via
2024-10-31 10:14 ` Guillaume Le Vaillant
2024-10-31 11:01 ` Guillaume Le Vaillant
2024-10-31 13:25 ` Ashish SHUKLA via Guix-patches via
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.