1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-27 11:32:21 +02:00

gnu: sbcl: Downgrade to 2.3.7.

Version 2.3.8 doesn't build on riscv64, so let's use version 2.3.7 for now.

* gnu/packages/lisp.scm (sbcl): Downgrade to 2.3.7.
This commit is contained in:
Guillaume Le Vaillant
2023-09-12 14:48:50 +02:00
parent ff1c1617aa
commit 5c7db8406a
+2 -2
View File
@@ -438,14 +438,14 @@ an interpreter, a compiler, a debugger, and much more.")
(define-public sbcl
(package
(name "sbcl")
(version "2.3.8")
(version "2.3.7")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://sourceforge/sbcl/sbcl/" version "/sbcl-"
version "-source.tar.bz2"))
(sha256
(base32 "0a8dranh15gsbq51ssnvccl91mzqmgs5xsmwisz5hvlimjr725a2"))
(base32 "1xwr1pnwd3xj375ainlad7mm479rk2mrks8dc6d92cash3xl90b9"))
(modules '((guix build utils)))
(snippet
'(begin