[PATCH] gnu: sbcl: Update to 2.5.0.

  • Open
  • quality assurance status badge
Details
One participant
  • Divya Ranjan
Owner
unassigned
Submitted by
Divya Ranjan
Severity
normal
D
D
Divya Ranjan wrote on 2 Jan 06:47 +0100
(address . guix-patches@gnu.org)(name . Divya Ranjan)(address . divya@subvertising.org)
20250102054719.6723-1-divya@subvertising.org
* gnu/packages/lisp.scm (sbcl): Update to 2.5.0.
---
gnu/packages/lisp.scm | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)

Toggle diff (31 lines)
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@lostca.se>
;;; Copyright © 2024 David Pflug <david@pflug.io>
;;; Copyright © 2024 Janneke Nieuwenhuizen <janneke@gnu.org>
+;;; Copyright © 2024 Divya Ranjan Pattanaik <divya@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
?
Your comment

Commenting via the web interface is currently disabled.

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

To respond to this issue using the mumi CLI, first switch to it
mumi current 75276
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