GNU bug report logs - #71857
[PATCH lisp-team v2] gnu: sbcl: Update to 2.4.7.

Previous Next

Package: guix-patches;

Reported by: ashish.is <at> lostca.se

Date: Sun, 30 Jun 2024 15:59: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


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

From: ashish.is <at> lostca.se
To: guix-patches <at> gnu.org
Cc: Ashish SHUKLA <ashish.is <at> lostca.se>
Subject: [PATCH] gnu: sbcl: Update to 2.4.6.
Date: Sun, 30 Jun 2024 15:57:41 +0000
From: Ashish SHUKLA <ashish.is <at> lostca.se>

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

Change-Id: Ia9e6138202f4dae28ddf9bd373da49d3cc0d21c6
---
 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 1b985362b1..6c676f7feb 100644
--- a/gnu/packages/lisp.scm
+++ b/gnu/packages/lisp.scm
@@ -1272,14 +1272,14 @@ (define-public s7
 (define-public sbcl
   (package
     (name "sbcl")
-    (version "2.4.5")
+    (version "2.4.6")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "mirror://sourceforge/sbcl/sbcl/" version "/sbcl-"
                            version "-source.tar.bz2"))
        (sha256
-        (base32 "1lbvb9rzlkl3h8s75i2js4dnmgxmvs41jxjb5dj0f603r688xxjd"))
+        (base32 "149h7xyadg13f3xs3v7klap0lrsngazqaafn4qbrmq6s89w912d4"))
        (modules '((guix build utils)))
        (snippet
         '(begin

base-commit: c7b009285ec2ab7a27747de40f28e6ecfba82922
-- 
2.45.2





This bug report was last modified 273 days ago.

Previous Next


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