mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: sbcl: Update to 2.4.10.
* gnu/packages/lisp.scm (sbcl): Update to 2.4.10. Change-Id: I603f96a0c520c13f4de4d1ac71d64daaebd783a9
This commit is contained in:
parent
3ef5e20bcd
commit
d5b92a3085
1 changed files with 2 additions and 2 deletions
|
@ -1276,14 +1276,14 @@ be built as a stand-alone REPL interpreter.")
|
|||
(define-public sbcl
|
||||
(package
|
||||
(name "sbcl")
|
||||
(version "2.4.7")
|
||||
(version "2.4.10")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://sourceforge/sbcl/sbcl/" version "/sbcl-"
|
||||
version "-source.tar.bz2"))
|
||||
(sha256
|
||||
(base32 "1lhia29g0byj7w3akd99sjb8kxp95adwqk2kbl0wsnk30cjlsm38"))
|
||||
(base32 "1y72ql8dxwjkwkikyk26w4n38p6apvv2l7440kp3x4fjd5mkksyf"))
|
||||
(modules '((guix build utils)))
|
||||
(snippet
|
||||
'(begin
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue