all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#71385] [PATCH] gnu: sbcl: Update to 2.4.5.
@ 2024-06-05 23:41 David Pflug
  2024-06-06  8:21 ` bug#71385: " Guillaume Le Vaillant
  0 siblings, 1 reply; 2+ messages in thread
From: David Pflug @ 2024-06-05 23:41 UTC (permalink / raw)
  To: 71385
  Cc: David Pflug, Guillaume Le Vaillant, Katherine Cox-Buday,
	Munyoki Kilyungi, Sharlatan Hellseher, jgart

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

Change-Id: I721c569e606816bdf8c56509215738a0ffc3c71b
---
 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 6bf93d83c7..f47bf27629 100644
--- a/gnu/packages/lisp.scm
+++ b/gnu/packages/lisp.scm
@@ -444,14 +444,14 @@ (define-public clisp
 (define-public sbcl
   (package
     (name "sbcl")
-    (version "2.4.0")
+    (version "2.4.5")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "mirror://sourceforge/sbcl/sbcl/" version "/sbcl-"
                            version "-source.tar.bz2"))
        (sha256
-        (base32 "0xhpdnsg8idzxkn20iw8gd2rk470d7vc22vrp5clq9fj117vgn43"))
+        (base32 "1lbvb9rzlkl3h8s75i2js4dnmgxmvs41jxjb5dj0f603r688xxjd"))
        ;; TODO: Remove these patches when updating to sbcl > 2.4.0.
        (patches (search-patches "sbcl-fix-ppc64-build.patch"
                                 "sbcl-fix-riscv-build.patch"))

base-commit: bf202e8bdd10dbd01da391ef635d1a31197251c1
-- 
2.45.1





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

* bug#71385: [PATCH] gnu: sbcl: Update to 2.4.5.
  2024-06-05 23:41 [bug#71385] [PATCH] gnu: sbcl: Update to 2.4.5 David Pflug
@ 2024-06-06  8:21 ` Guillaume Le Vaillant
  0 siblings, 0 replies; 2+ messages in thread
From: Guillaume Le Vaillant @ 2024-06-06  8:21 UTC (permalink / raw)
  To: David Pflug
  Cc: Munyoki Kilyungi, Sharlatan Hellseher, Katherine Cox-Buday,
	71385-close, jgart

[-- Attachment #1: Type: text/plain, Size: 440 bytes --]

David Pflug <david@pflug.io> skribis:

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

Hi.
Updates to SBCL cause the rebuild of a lot of packages, so they are done
on a feature branch (the lisp-team branch) first, and then merged to the
master branch if all goes well.
Currently the lisp-team branch already has the SBCL 2.4.5 update. If you
want, you could test the branch and report any issues in
<https://issues.guix.gnu.org/71391>.

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 247 bytes --]

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

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

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-06-05 23:41 [bug#71385] [PATCH] gnu: sbcl: Update to 2.4.5 David Pflug
2024-06-06  8:21 ` bug#71385: " 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.