gnu: sbcl-cffi: Update to 0.23.0.

* gnu/packages/lisp-xyz.scm (sbcl-cffi): Update to 0.23.0.

Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
This commit is contained in:
Aurora 2021-01-16 23:06:43 +01:00 committed by Guillaume Le Vaillant
parent fc9fd5496f
commit 06ab894867
No known key found for this signature in database
GPG key ID: 6BE8208ADF21FE3F

View file

@ -21,6 +21,7 @@
;;; Copyright © 2020 Oleg Pykhalov <go.wigust@gmail.com>
;;; Copyright © 2020 Adam Kandur <rndd@tuta.io>
;;; Copyright © 2020, 2021 Sharlatan Hellseher <sharlatanus@gmail.com>
;;; Copyright © 2021 Aurora <rind38@disroot.org>
;;;
;;; This file is part of GNU Guix.
;;;
@ -2511,7 +2512,7 @@ (define-public ecl-queues
(define-public sbcl-cffi
(package
(name "sbcl-cffi")
(version "0.21.0")
(version "0.23.0")
(source
(origin
(method git-fetch)
@ -2520,7 +2521,7 @@ (define-public sbcl-cffi
(commit (string-append "v" version))))
(file-name (git-file-name "cffi-bootstrap" version))
(sha256
(base32 "1qalargz9bhp850qv60ffwpdqi4xirzar4l3g6qcg8yc6xqf2cjk"))))
(base32 "03s98imc5niwnpj3hhrafl7dmxq45g74h96sm68976k7ahi3vl5b"))))
(build-system asdf-build-system/sbcl)
(inputs
`(("alexandria" ,sbcl-alexandria)