gnu: sbcl-cffi-bootstrap: Update to 0.21.0.

* gnu/packages/lisp-xyz.scm (sbcl-cffi-bootstrap): Update to 0.21.0.
This commit is contained in:
Guillaume Le Vaillant 2020-02-03 15:08:49 +01:00
parent 5d4d4c0179
commit 237d58c3e4
No known key found for this signature in database
GPG key ID: 6BE8208ADF21FE3F

View file

@ -2473,7 +2473,7 @@ (define-public ecl-queues.priority-cqueue
(define sbcl-cffi-bootstrap
(package
(name "sbcl-cffi-bootstrap")
(version "0.19.0")
(version "0.21.0")
(source
(origin
(method git-fetch)
@ -2482,7 +2482,7 @@ (define sbcl-cffi-bootstrap
(commit (string-append "v" version))))
(file-name (git-file-name "cffi-bootstrap" version))
(sha256
(base32 "09sfgc6r7ihmbkwfpvkq5fxc7h45cabpvgbvs47i5cvnmv3k72xy"))))
(base32 "1qalargz9bhp850qv60ffwpdqi4xirzar4l3g6qcg8yc6xqf2cjk"))))
(build-system asdf-build-system/sbcl)
(inputs
`(("libffi" ,libffi)