me
/
guix
Archived
1
0
Fork 0

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.
master
Guillaume Le Vaillant 2023-09-12 14:48:50 +02:00
parent ff1c1617aa
commit 5c7db8406a
No known key found for this signature in database
GPG Key ID: 6BE8208ADF21FE3F
1 changed files with 2 additions and 2 deletions
gnu/packages

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