guix_mirror_bot pushed a commit to branch lisp-team
in repository guix.

commit ec62170af1e2152b9b5d1a226ca886bd7284c522
Author: Ashish SHUKLA <[email protected]>
AuthorDate: Sun Jun 1 11:03:47 2025 +0000

    gnu: sbcl: Update to 2.5.8.
    
    * gnu/packages/lisp.scm (sbcl): Update to 2.5.8.
    
    Fixes: guix/guix#370
    Change-Id: I977c864efc37ce86904512a5a35777e457a7c475
    Signed-off-by: Guillaume Le Vaillant <[email protected]>
---
 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 9a0ecaa0f7..ee26997b5f 100644
--- a/gnu/packages/lisp.scm
+++ b/gnu/packages/lisp.scm
@@ -1405,14 +1405,14 @@ be built as a stand-alone REPL interpreter.")
 (define-public sbcl
   (package
     (name "sbcl")
-    (version "2.5.2")
+    (version "2.5.8")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "mirror://sourceforge/sbcl/sbcl/" version "/sbcl-"
                            version "-source.tar.bz2"))
        (sha256
-        (base32 "1b2zsrjs0pz5dhgrqs61v8nahx0ln7l1si6p7zskshysgnx7xhjx"))
+        (base32 "1bm9hvsrg21mzqhcayiyghz0nkfp43ks840p0bg3bxlma22kwq57"))
        (modules '((guix build utils)))
        (snippet
         '(begin

Reply via email to