mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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:
parent
fc9fd5496f
commit
06ab894867
1 changed files with 3 additions and 2 deletions
|
@ -21,6 +21,7 @@
|
||||||
;;; Copyright © 2020 Oleg Pykhalov <go.wigust@gmail.com>
|
;;; Copyright © 2020 Oleg Pykhalov <go.wigust@gmail.com>
|
||||||
;;; Copyright © 2020 Adam Kandur <rndd@tuta.io>
|
;;; Copyright © 2020 Adam Kandur <rndd@tuta.io>
|
||||||
;;; Copyright © 2020, 2021 Sharlatan Hellseher <sharlatanus@gmail.com>
|
;;; Copyright © 2020, 2021 Sharlatan Hellseher <sharlatanus@gmail.com>
|
||||||
|
;;; Copyright © 2021 Aurora <rind38@disroot.org>
|
||||||
;;;
|
;;;
|
||||||
;;; This file is part of GNU Guix.
|
;;; This file is part of GNU Guix.
|
||||||
;;;
|
;;;
|
||||||
|
@ -2511,7 +2512,7 @@ non-consing thread safe queues and fibonacci priority queues.")
|
||||||
(define-public sbcl-cffi
|
(define-public sbcl-cffi
|
||||||
(package
|
(package
|
||||||
(name "sbcl-cffi")
|
(name "sbcl-cffi")
|
||||||
(version "0.21.0")
|
(version "0.23.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -2520,7 +2521,7 @@ non-consing thread safe queues and fibonacci priority queues.")
|
||||||
(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 "1qalargz9bhp850qv60ffwpdqi4xirzar4l3g6qcg8yc6xqf2cjk"))))
|
(base32 "03s98imc5niwnpj3hhrafl7dmxq45g74h96sm68976k7ahi3vl5b"))))
|
||||||
(build-system asdf-build-system/sbcl)
|
(build-system asdf-build-system/sbcl)
|
||||||
(inputs
|
(inputs
|
||||||
`(("alexandria" ,sbcl-alexandria)
|
`(("alexandria" ,sbcl-alexandria)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue