* [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
* [bug#71857] [PATCH] gnu: sbcl: Update to 2.4.6.
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
1 sibling, 1 reply; 5+ messages in thread
From: jgart via Guix-patches via @ 2024-06-30 21:15 UTC (permalink / raw)
To: ashish.is, 71857
Cc: Christopher Baines, Sharlatan Hellseher, Guillaume Le Vaillant,
Katherine Cox-Buday, Munyoki Kilyungi, Ashish SHUKLA
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
^ permalink raw reply [flat|nested] 5+ messages in thread
* [bug#71857] [PATCH lisp-team v2] gnu: sbcl: Update to 2.4.7.
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-29 8:35 ` Ashish SHUKLA via Guix-patches via
2024-08-22 8:01 ` bug#71857: " Guillaume Le Vaillant
1 sibling, 1 reply; 5+ messages in thread
From: Ashish SHUKLA via Guix-patches via @ 2024-07-29 8:35 UTC (permalink / raw)
To: 71857
Cc: Ashish SHUKLA, ashish.is, jgart, Christopher Baines,
Ashish SHUKLA, Ludovic Courtès, Guillaume Le Vaillant,
Katherine Cox-Buday, Munyoki Kilyungi, Sharlatan Hellseher
* gnu/packages/lisp.scm (sbcl): Update to 2.4.7.
Change-Id: Ie8528c75d0bc939cde8faebd80e7a3e0ada82914
---
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 97f7dd357b..a050e44e98 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.7")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://sourceforge/sbcl/sbcl/" version "/sbcl-"
version "-source.tar.bz2"))
(sha256
- (base32 "1lbvb9rzlkl3h8s75i2js4dnmgxmvs41jxjb5dj0f603r688xxjd"))
+ (base32 "1lhia29g0byj7w3akd99sjb8kxp95adwqk2kbl0wsnk30cjlsm38"))
(modules '((guix build utils)))
(snippet
'(begin
base-commit: fdc6274de5b1d617fcabb3f3af9d2c0dd2a6520d
--
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.