gnu: sbcl-cffi: Update to 0.20.1.

* gnu/packages/lisp-xyz.scm (sbcl-cffi-bootstrap): Update to 0.20.1.
[arguments]: Update substitution for libffi 3.3.
This commit is contained in:
Marius Bakke 2019-12-06 19:10:35 +01:00
parent cc41e2b09f
commit 25a2f2efa1
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -2210,7 +2210,7 @@ (define-public ecl-queues.priority-cqueue
(define sbcl-cffi-bootstrap
(package
(name "sbcl-cffi-bootstrap")
(version "0.19.0")
(version "0.20.1")
(source
(origin
(method git-fetch)
@ -2219,7 +2219,7 @@ (define sbcl-cffi-bootstrap
(commit (string-append "v" version))))
(file-name (git-file-name "cffi-bootstrap" version))
(sha256
(base32 "09sfgc6r7ihmbkwfpvkq5fxc7h45cabpvgbvs47i5cvnmv3k72xy"))))
(base32 "1bzgdwd5yzkv9hwnxg6lqyh5z1vjgjyrl12c72afj7hxziadccm8"))))
(build-system asdf-build-system/sbcl)
(inputs
`(("libffi" ,libffi)
@ -2234,7 +2234,7 @@ (define sbcl-cffi-bootstrap
(add-after 'unpack 'fix-paths
(lambda* (#:key inputs #:allow-other-keys)
(substitute* "libffi/libffi.lisp"
(("libffi.so.6" all) (string-append
(("libffi.so.7" all) (string-append
(assoc-ref inputs "libffi")
"/lib/" all)))
(substitute* "toolchain/c-toolchain.lisp"