* [bug#75276] [PATCH] gnu: sbcl: Update to 2.5.0.
@ 2025-01-02 5:47 Divya Ranjan via Guix-patches via
0 siblings, 0 replies; only message in thread
From: Divya Ranjan via Guix-patches via @ 2025-01-02 5:47 UTC (permalink / raw)
To: 75276; +Cc: Divya Ranjan
* 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@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
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2025-01-02 5:48 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-01-02 5:47 [bug#75276] [PATCH] gnu: sbcl: Update to 2.5.0 Divya Ranjan via Guix-patches via
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.