[PATCH] gnu: sbcl: Update to 2.4.5.

  • Done
  • quality assurance status badge
Details
2 participants
  • David Pflug
  • Guillaume Le Vaillant
Owner
unassigned
Submitted by
David Pflug
Severity
normal

Debbugs page

David Pflug wrote 9 months ago
(address . guix-patches@gnu.org)(name . David Pflug)(address . david@pflug.io)
90972f169edd0e6ea4a1e1548f0c369565233469.1717630892.git.david@pflug.io
* 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(-)

Toggle diff (25 lines)
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
Guillaume Le Vaillant wrote 9 months ago
(name . David Pflug)(address . david@pflug.io)
87tti6pjlk.fsf@kitej
David Pflug <david@pflug.io> skribis:

Toggle quote (2 lines)
> * 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
-----BEGIN PGP SIGNATURE-----

iIUEAREKAC0WIQTLxZxm7Ce5cXlAaz5r6CCK3yH+PwUCZmFxhw8cZ2x2QHBvc3Rl
by5uZXQACgkQa+ggit8h/j/tqQD8CvLAZEKfxTtPgd74HzfkXTJAaV+08GjTgIwu
F+3XRTQA+gIpeM9HlEJN4aDWdDbVgn8dVs1qQyhypqnw7/MhSqWc
=cVBf
-----END PGP SIGNATURE-----

?
Your comment

This issue is archived.

To comment on this conversation send an email to 71385@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 71385
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help