mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: sbcl: Update to 2.5.8.
* gnu/packages/lisp.scm (sbcl): Update to 2.5.8. Fixes: guix/guix#370 Change-Id: I977c864efc37ce86904512a5a35777e457a7c475 Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
This commit is contained in:
parent
d01fbfedce
commit
bbf69085a3
1 changed files with 2 additions and 2 deletions
|
@ -1405,14 +1405,14 @@ be built as a stand-alone REPL interpreter.")
|
|||
(define-public sbcl
|
||||
(package
|
||||
(name "sbcl")
|
||||
(version "2.5.2")
|
||||
(version "2.5.8")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://sourceforge/sbcl/sbcl/" version "/sbcl-"
|
||||
version "-source.tar.bz2"))
|
||||
(sha256
|
||||
(base32 "1b2zsrjs0pz5dhgrqs61v8nahx0ln7l1si6p7zskshysgnx7xhjx"))
|
||||
(base32 "1bm9hvsrg21mzqhcayiyghz0nkfp43ks840p0bg3bxlma22kwq57"))
|
||||
(modules '((guix build utils)))
|
||||
(snippet
|
||||
'(begin
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue