diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-02-27 11:32:59 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-02-27 15:48:52 +0100 |
commit | 7e17784cbec1f3636d01af266ae0a2f9f6963ac5 (patch) | |
tree | 0b28aae95d1d7f83081e697361f5c5c8d1697728 /gnu/packages/lisp.scm | |
parent | e17a0badef1906227280a0c25ca08f69f83201b9 (diff) |
gnu: sbcl: Update to 1.4.16.
* gnu/packages/lisp.scm (sbcl): Update to 1.4.16.
Diffstat (limited to 'gnu/packages/lisp.scm')
-rw-r--r-- | gnu/packages/lisp.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/lisp.scm b/gnu/packages/lisp.scm index 5aad298399..3d43b7c509 100644 --- a/gnu/packages/lisp.scm +++ b/gnu/packages/lisp.scm @@ -318,14 +318,14 @@ an interpreter, a compiler, a debugger, and much more.") (define-public sbcl (package (name "sbcl") - (version "1.4.13") + (version "1.4.16") (source (origin (method url-fetch) (uri (string-append "mirror://sourceforge/sbcl/sbcl/" version "/sbcl-" version "-source.tar.bz2")) (sha256 - (base32 "120rnnz8367lk7ljqlf8xidm4b0d738xqsib4kq0q5ms5r7fzgvm")) + (base32 "1myg4wkxnbfn5nz38xy62r1jhjy07x3h0b04vg858n41chdsv4wd")) (modules '((guix build utils))) (snippet ;; Add sbcl-bundle-systems to 'default-system-source-registry'. |