me
/
guix
Archived
1
0
Fork 0

gnu: sbcl: Update to 2.0.9.

* gnu/packages/lisp.scm (sbcl): Update to 2.0.9.
master
Pierre Neidhardt 2020-10-20 15:13:41 +02:00
parent 21e7922535
commit 6ea61b4818
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.8")
(version "2.0.9")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://sourceforge/sbcl/sbcl/" version "/sbcl-"
version "-source.tar.bz2"))
(sha256
(base32 "1xwrwvps7drrpyw3wg5h3g2qajmkwqs9gz0fdw1ns9adp7vld390"))))
(base32 "17wvrcwgp45z9b6arik31fjnz7908qhr5ackxq1y0gqi1hsh1xy4"))))
(build-system gnu-build-system)
(outputs '("out" "doc"))
(native-inputs