[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#71385] [PATCH] gnu: sbcl: Update to 2.4.5.
From: |
David Pflug |
Subject: |
[bug#71385] [PATCH] gnu: sbcl: Update to 2.4.5. |
Date: |
Wed, 5 Jun 2024 19:41:32 -0400 |
* gnu/packages/lisp.scm (sbcl): Update to 2.4.5.
Change-Id: I721c569e606816bdf8c56509215738a0ffc3c71b
---
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 6bf93d83c7..f47bf27629 100644
--- a/gnu/packages/lisp.scm
+++ b/gnu/packages/lisp.scm
@@ -444,14 +444,14 @@ (define-public clisp
(define-public sbcl
(package
(name "sbcl")
- (version "2.4.0")
+ (version "2.4.5")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://sourceforge/sbcl/sbcl/" version "/sbcl-"
version "-source.tar.bz2"))
(sha256
- (base32 "0xhpdnsg8idzxkn20iw8gd2rk470d7vc22vrp5clq9fj117vgn43"))
+ (base32 "1lbvb9rzlkl3h8s75i2js4dnmgxmvs41jxjb5dj0f603r688xxjd"))
;; TODO: Remove these patches when updating to sbcl > 2.4.0.
(patches (search-patches "sbcl-fix-ppc64-build.patch"
"sbcl-fix-riscv-build.patch"))
base-commit: bf202e8bdd10dbd01da391ef635d1a31197251c1
--
2.45.1
- [bug#71385] [PATCH] gnu: sbcl: Update to 2.4.5.,
David Pflug <=