GNU bug report logs - #75276
[PATCH] gnu: sbcl: Update to 2.5.0.

Previous Next

Package: guix-patches;

Reported by: Divya Ranjan <divya <at> subvertising.org>

Date: Thu, 2 Jan 2025 05:48:02 UTC

Severity: normal

Tags: patch

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

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Divya Ranjan <divya <at> subvertising.org>
Subject: bug#75276: closed (Re: [bug#75276] [PATCH] gnu: sbcl: Update to
 2.5.0.)
Date: Mon, 24 Mar 2025 18:04:02 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#75276: [PATCH] gnu: sbcl: Update to 2.5.0.

which was filed against the guix-patches package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 75276 <at> debbugs.gnu.org.

-- 
75276: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=75276
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Guillaume Le Vaillant <glv <at> posteo.net>
To: Divya Ranjan <divya <at> subvertising.org>
Cc: 75276-close <at> debbugs.gnu.org
Subject: Re: [bug#75276] [PATCH] gnu: sbcl: Update to 2.5.0.
Date: Mon, 24 Mar 2025 18:03:10 +0000
[Message part 3 (text/plain, inline)]
SBCL updated to 2.5.2 in d2d1dcd1dd37470b112d57e8e48e20b9e4f5b41b (and
a few other commits with some fixes that were required for some
libraries to compile with version 2.5.2).
Closing.
[signature.asc (application/pgp-signature, inline)]
[Message part 5 (message/rfc822, inline)]
From: Divya Ranjan <divya <at> subvertising.org>
To: guix-patches <at> gnu.org
Cc: Divya Ranjan <divya <at> subvertising.org>
Subject: [PATCH] gnu: sbcl: Update to 2.5.0.
Date: Thu,  2 Jan 2025 05:47:15 +0000
* gnu/packages/lisp.scm (sbcl): Update to 2.5.0.
---
 gnu/packages/lisp.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/lisp.scm b/gnu/packages/lisp.scm
index 9cc630eec2..fc730d1eb0 100644
--- a/gnu/packages/lisp.scm
+++ b/gnu/packages/lisp.scm
@@ -31,6 +31,7 @@
 ;;; Copyright © 2024 Ashish SHUKLA <ashish.is <at> lostca.se>
 ;;; Copyright © 2024 David Pflug <david <at> pflug.io>
 ;;; Copyright © 2024 Janneke Nieuwenhuizen <janneke <at> gnu.org>
+;;; Copyright © 2024 Divya Ranjan Pattanaik <divya <at> subvertising.org
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -1277,14 +1278,14 @@ (define-public s7
 (define-public sbcl
   (package
     (name "sbcl")
-    (version "2.4.10")
+    (version "2.5.0")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "mirror://sourceforge/sbcl/sbcl/" version "/sbcl-"
                            version "-source.tar.bz2"))
        (sha256
-        (base32 "1y72ql8dxwjkwkikyk26w4n38p6apvv2l7440kp3x4fjd5mkksyf"))
+        (base32 "1c8ri9mcrwb548lhfxnjlqfx2w751hbjxbkvnwhxz8p4i38ay61f"))
        (modules '((guix build utils)))
        (snippet
         '(begin
-- 
2.47.1




This bug report was last modified 58 days ago.

Previous Next


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