gnu: sbcl-cffi: Update to 0.24.1.
* gnu/packages/lisp-xyz.scm (sbcl-cffi): Update to 0.24.1.
This commit is contained in:
parent
20dfda3d9e
commit
005730ea50
1 changed files with 2 additions and 2 deletions
|
@ -3042,7 +3042,7 @@ is statically typed so there are differences.")
|
||||||
(define-public sbcl-cffi
|
(define-public sbcl-cffi
|
||||||
(package
|
(package
|
||||||
(name "sbcl-cffi")
|
(name "sbcl-cffi")
|
||||||
(version "0.23.0")
|
(version "0.24.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -3051,7 +3051,7 @@ is statically typed so there are differences.")
|
||||||
(commit (string-append "v" version))))
|
(commit (string-append "v" version))))
|
||||||
(file-name (git-file-name "cffi-bootstrap" version))
|
(file-name (git-file-name "cffi-bootstrap" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "03s98imc5niwnpj3hhrafl7dmxq45g74h96sm68976k7ahi3vl5b"))))
|
(base32 "17ryim4xilb1rzxydfr7595dnhqkk02lmrbkqrkvi9091shi4cj3"))))
|
||||||
(build-system asdf-build-system/sbcl)
|
(build-system asdf-build-system/sbcl)
|
||||||
(inputs
|
(inputs
|
||||||
`(("alexandria" ,sbcl-alexandria)
|
`(("alexandria" ,sbcl-alexandria)
|
||||||
|
|
Reference in a new issue