gnu: sbcl: Update to 2.0.9.
authorPierre Neidhardt <mail@ambrevar.xyz>
Tue, 20 Oct 2020 13:13:41 +0000 (15:13 +0200)
committerPierre Neidhardt <mail@ambrevar.xyz>
Tue, 20 Oct 2020 13:13:41 +0000 (15:13 +0200)
* gnu/packages/lisp.scm (sbcl): Update to 2.0.9.

gnu/packages/lisp.scm

index aa6d7c1..918fbb7 100644 (file)
@@ -370,14 +370,14 @@ an interpreter, a compiler, a debugger, and much more.")
 (define-public sbcl
   (package
     (name "sbcl")
-    (version "2.0.8")
+    (version "2.0.9")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "mirror://sourceforge/sbcl/sbcl/" version "/sbcl-"
                            version "-source.tar.bz2"))
        (sha256
-        (base32 "1xwrwvps7drrpyw3wg5h3g2qajmkwqs9gz0fdw1ns9adp7vld390"))))
+        (base32 "17wvrcwgp45z9b6arik31fjnz7908qhr5ackxq1y0gqi1hsh1xy4"))))
     (build-system gnu-build-system)
     (outputs '("out" "doc"))
     (native-inputs