gnu: sbcl: Update to 2.1.4.

* gnu/packages/lisp.scm (sbcl): Update to 2.1.4.
This commit is contained in:
Pierre Neidhardt 2021-05-01 13:53:09 +02:00
parent 1ba3df1872
commit c04dfb39f6
No known key found for this signature in database
GPG Key ID: 9BDCF497A4BBCC7F
1 changed files with 2 additions and 2 deletions

View File

@ -400,14 +400,14 @@ an interpreter, a compiler, a debugger, and much more.")
(define-public sbcl
(package
(name "sbcl")
(version "2.1.3")
(version "2.1.4")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://sourceforge/sbcl/sbcl/" version "/sbcl-"
version "-source.tar.bz2"))
(sha256
(base32 "1h6s3as8m72ik971zy7a8j1kqfyy5gzpv9ksy09ixv65a10ll3d9"))))
(base32 "04dxxycqhds9r1ycqx3cbavv7p4r13svl5bfakjjmlpw8qihw9lr"))))
(build-system gnu-build-system)
(outputs '("out" "doc"))
(native-inputs