* [bug#45929] [PATCH] gnu: sbcl-cffi: Update to v0.23.0
@ 2021-01-16 22:06 guix-patches--- via
2021-01-17 14:39 ` bug#45929: " Guillaume Le Vaillant
0 siblings, 1 reply; 2+ messages in thread
From: guix-patches--- via @ 2021-01-16 22:06 UTC (permalink / raw)
To: 45929
* CFFI v0.23.0 is compatible with SBCL's v2.0.10 removal of :LINKAGE-TABLES
from *FEATURES*
---
gnu/packages/lisp-xyz.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index f0881bdfb7..230ba6f5dc 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -2465,7 +2465,7 @@ non-consing thread safe queues and fibonacci priority queues.")
(define-public sbcl-cffi
(package
(name "sbcl-cffi")
- (version "0.21.0")
+ (version "0.23.0")
(source
(origin
(method git-fetch)
@@ -2474,7 +2474,7 @@ non-consing thread safe queues and fibonacci priority queues.")
(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)
--
2.20.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* bug#45929: [PATCH] gnu: sbcl-cffi: Update to v0.23.0
2021-01-16 22:06 [bug#45929] [PATCH] gnu: sbcl-cffi: Update to v0.23.0 guix-patches--- via
@ 2021-01-17 14:39 ` Guillaume Le Vaillant
0 siblings, 0 replies; 2+ messages in thread
From: Guillaume Le Vaillant @ 2021-01-17 14:39 UTC (permalink / raw)
To: Aurora; +Cc: 45929-done
[-- Attachment #1: Type: text/plain, Size: 67 bytes --]
Patch pushed as 06ab89486715a0817aa355186b16958a93626dcc.
Thanks.
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 247 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2021-01-17 14:41 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-01-16 22:06 [bug#45929] [PATCH] gnu: sbcl-cffi: Update to v0.23.0 guix-patches--- via
2021-01-17 14:39 ` bug#45929: " Guillaume Le Vaillant
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.