diff options
Diffstat (limited to 'gnu/packages/lisp.scm')
-rw-r--r-- | gnu/packages/lisp.scm | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/gnu/packages/lisp.scm b/gnu/packages/lisp.scm index 4de4e9f9d6..270b3f759e 100644 --- a/gnu/packages/lisp.scm +++ b/gnu/packages/lisp.scm @@ -369,19 +369,17 @@ high-level, object-oriented functional programming language. CLISP includes 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 @@ -803,7 +801,7 @@ enough to play the original mainframe Zork all the way through.") (define-public txr (package (name "txr") - (version "239") + (version "242") (source (origin (method git-fetch) @@ -812,7 +810,7 @@ enough to play the original mainframe Zork all the way through.") (commit (string-append "txr-" version)))) (file-name (git-file-name name version)) (sha256 - (base32 "1jldpkd5f855m3z4zjpd1ha64f405pcdwwrnr8jnk66v22dsvdwx")))) + (base32 "0p38k1hjqmqb2zzydlm94yvll0qkpl70n4ywgs984lbyasn5zyqb")))) (build-system gnu-build-system) (arguments `(#:configure-flags |