Revert "gnu: sbcl: Update to 2.1.7."

This SBCL version seems to have a bug that breaks many packages.

This reverts commit b07581d6e2.
This commit is contained in:
Pierre Neidhardt 2021-07-31 19:33:35 +02:00
parent 145e897530
commit 7c6ace67bb
No known key found for this signature in database
GPG key ID: 9BDCF497A4BBCC7F

View file

@ -404,14 +404,14 @@ (define-public clisp
(define-public sbcl (define-public sbcl
(package (package
(name "sbcl") (name "sbcl")
(version "2.1.7") (version "2.1.6")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (string-append "mirror://sourceforge/sbcl/sbcl/" version "/sbcl-" (uri (string-append "mirror://sourceforge/sbcl/sbcl/" version "/sbcl-"
version "-source.tar.bz2")) version "-source.tar.bz2"))
(sha256 (sha256
(base32 "1ihxx8bjvcqg5f6m7xxvrilqjphshlx6nahns81j1bij70anyq0j")))) (base32 "1vydq6mmssla2vn0plpsrm50n3b42a464zxw72j6qihas9fhq8cb"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(outputs '("out" "doc")) (outputs '("out" "doc"))
(native-inputs (native-inputs