me
/
guix
Archived
1
0
Fork 0

gnu: sbcl: Update to 2.1.2.

* gnu/packages/lisp.scm (sbcl): Update to 2.1.2.
master
Pierre Neidhardt 2021-03-22 13:16:36 +01:00
parent ff1c7e4025
commit 8e92c58bc3
No known key found for this signature in database
GPG Key ID: 9BDCF497A4BBCC7F
1 changed files with 2 additions and 2 deletions

View File

@ -400,14 +400,14 @@ an interpreter, a compiler, a debugger, and much more.")
(define-public sbcl
(package
(name "sbcl")
(version "2.1.0")
(version "2.1.2")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://sourceforge/sbcl/sbcl/" version "/sbcl-"
version "-source.tar.bz2"))
(sha256
(base32 "0k12m2z60fnq64m8dgivprs2mvrsnmp7c5ipzx7jzkprcsymdvh5"))))
(base32 "02scrqyp2izsd8xjm2k5j5lhn4pdhd202jlcb54ysmcqjd80awdp"))))
(build-system gnu-build-system)
(outputs '("out" "doc"))
(native-inputs