me
/
guix
Archived
1
0
Fork 0

gnu: sbcl: Update to 2.0.10.

* gnu/packages/lisp.scm (sbcl): Update to 2.0.10.
master
Pierre Neidhardt 2020-11-02 12:24:35 +01:00
parent 44daec7fa4
commit 60a9f246fa
No known key found for this signature in database
GPG Key ID: 9BDCF497A4BBCC7F
1 changed files with 2 additions and 2 deletions

View File

@ -370,14 +370,14 @@ an interpreter, a compiler, a debugger, and much more.")
(define-public sbcl
(package
(name "sbcl")
(version "2.0.9")
(version "2.0.10")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://sourceforge/sbcl/sbcl/" version "/sbcl-"
version "-source.tar.bz2"))
(sha256
(base32 "17wvrcwgp45z9b6arik31fjnz7908qhr5ackxq1y0gqi1hsh1xy4"))))
(base32 "0mq5ga977hzsq4wgv31l8d6rpa186q8xc4x2awwcskf5nq842xai"))))
(build-system gnu-build-system)
(outputs '("out" "doc"))
(native-inputs