diff options
author | Charles <charles.b.jackson@protonmail.com> | 2021-09-27 20:44:17 -0500 |
---|---|---|
committer | Guillaume Le Vaillant <glv@posteo.net> | 2021-09-28 10:30:23 +0200 |
commit | 946ac3467e77c5c190f563979901ccc4ac9dacef (patch) | |
tree | dc1920c6d465678f4e03a5176796619f101151de /gnu | |
parent | 9bf9dd79ef907a7faab012f1c60c09e0819e179f (diff) |
gnu: sbcl: Update to 2.1.9.
* gnu/packages/lisp.scm (sbcl): Update to 2.1.9.
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/lisp.scm | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gnu/packages/lisp.scm b/gnu/packages/lisp.scm index 7eb8f54d49..b5aa6a087d 100644 --- a/gnu/packages/lisp.scm +++ b/gnu/packages/lisp.scm @@ -19,6 +19,7 @@ ;;; Copyright © 2020 Zhu Zihao <all_but_last@163.com> ;;; Copyright © 2021 Sharlatan Hellseher <sharlatanus@gmail.com> ;;; Copyright © 2021 Paul A. Patience <paul@apatience.com> +;;; Copyright © 2021 Charles Jackson <charles.b.jackson@protonmail.com> ;;; ;;; This file is part of GNU Guix. ;;; @@ -404,14 +405,14 @@ an interpreter, a compiler, a debugger, and much more.") (define-public sbcl (package (name "sbcl") - (version "2.1.6") + (version "2.1.9") (source (origin (method url-fetch) (uri (string-append "mirror://sourceforge/sbcl/sbcl/" version "/sbcl-" version "-source.tar.bz2")) (sha256 - (base32 "1vydq6mmssla2vn0plpsrm50n3b42a464zxw72j6qihas9fhq8cb")))) + (base32 "189gjqzdz10xh3ybiy4ch1r98bsmkcb4hpnrmggd4y2g5kqnyx4y")))) (build-system gnu-build-system) (outputs '("out" "doc")) (native-inputs |