gnu: sbcl: Update to 2.1.3.

* gnu/packages/lisp.scm (sbcl): Update to 2.1.3.
This commit is contained in:
Pierre Neidhardt 2021-03-29 10:35:44 +02:00
parent 96df3fe765
commit fba2fa7ed8
No known key found for this signature in database
GPG key ID: 9BDCF497A4BBCC7F

View file

@ -400,14 +400,14 @@ (define-public clisp
(define-public sbcl
(package
(name "sbcl")
(version "2.1.2")
(version "2.1.3")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://sourceforge/sbcl/sbcl/" version "/sbcl-"
version "-source.tar.bz2"))
(sha256
(base32 "02scrqyp2izsd8xjm2k5j5lhn4pdhd202jlcb54ysmcqjd80awdp"))))
(base32 "1h6s3as8m72ik971zy7a8j1kqfyy5gzpv9ksy09ixv65a10ll3d9"))))
(build-system gnu-build-system)
(outputs '("out" "doc"))
(native-inputs