GNU bug report logs - #73567
Request for merging "lisp-team" branch

Previous Next

Package: guix-patches;

Reported by: Guillaume Le Vaillant <glv <at> posteo.net>

Date: Mon, 30 Sep 2024 13:44:05 UTC

Severity: normal

Done: Guillaume Le Vaillant <glv <at> posteo.net>

Bug is archived. No further changes may be made.

Full log


Message #8 received at 73567 <at> debbugs.gnu.org (full text, mbox):

From: ashish.is <at> lostca.se
To: 73567 <at> debbugs.gnu.org
Cc: glv <at> posteo.net, Ashish SHUKLA <ashish.is <at> lostca.se>
Subject: [PATCH] gnu: sbcl: Update to 2.4.10.
Date: Thu, 31 Oct 2024 10:50:33 +0100
From: Ashish SHUKLA <ashish.is <at> 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





This bug report was last modified 233 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.