mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 22:38:07 -05:00
gnu: sbcl: Update to 2.0.7.
* gnu/packages/lisp.scm (sbcl): Update to 2.0.7.
This commit is contained in:
parent
1f0a41e955
commit
1f9c9aed8c
1 changed files with 2 additions and 4 deletions
|
@ -369,19 +369,17 @@ (define-public clisp
|
|||
an interpreter, a compiler, a debugger, and much more.")
|
||||
(license license:gpl2+)))
|
||||
|
||||
;; NOTE: SBCL 2.0.6 breaks named-readtables and consequently many Common Lisp packages.
|
||||
;; See https://github.com/melisgl/named-readtables/issues/19.
|
||||
(define-public sbcl
|
||||
(package
|
||||
(name "sbcl")
|
||||
(version "2.0.5")
|
||||
(version "2.0.7")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://sourceforge/sbcl/sbcl/" version "/sbcl-"
|
||||
version "-source.tar.bz2"))
|
||||
(sha256
|
||||
(base32 "1jz26w1i3riv032aa35vww4cv7cjk2ww7dp70c7wk4r8s66zhl00"))))
|
||||
(base32 "0z31khhh9f5hy8316blxwa5iabgn76ya1az5vr4dzash5kcfx5pm"))))
|
||||
(build-system gnu-build-system)
|
||||
(outputs '("out" "doc"))
|
||||
(native-inputs
|
||||
|
|
Loading…
Reference in a new issue