me
/
guix
Archived
1
0
Fork 0

gnu: sbcl: Update to 2.0.8.

* gnu/packages/lisp.scm (sbcl): Update to 2.0.8.
master
Pierre Neidhardt 2020-09-02 23:40:23 +02:00
parent 144d7c07ac
commit 39bb294170
No known key found for this signature in database
GPG Key ID: 9BDCF497A4BBCC7F
1 changed files with 2 additions and 2 deletions

View File

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