GNU bug report logs - #45929
[PATCH] gnu: sbcl-cffi: Update to v0.23.0

Previous Next

Package: guix-patches;

Reported by: Aurora <rind38 <at> disroot.org>

Date: Sun, 17 Jan 2021 08:24:01 UTC

Severity: normal

Tags: patch

Done: Guillaume Le Vaillant <glv <at> posteo.net>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Guillaume Le Vaillant <glv <at> posteo.net>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#45929: closed ([PATCH] gnu: sbcl-cffi: Update to v0.23.0)
Date: Sun, 17 Jan 2021 14:41:02 +0000
[Message part 1 (text/plain, inline)]
Your message dated Sun, 17 Jan 2021 15:39:52 +0100
with message-id <87pn234og7.fsf <at> yamatai>
and subject line Re: [bug#45929] [PATCH] gnu: sbcl-cffi: Update to v0.23.0
has caused the debbugs.gnu.org bug report #45929,
regarding [PATCH] gnu: sbcl-cffi: Update to v0.23.0
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)


-- 
45929: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=45929
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Aurora <rind38 <at> disroot.org>
To: guix-patches <at> gnu.org
Subject: [PATCH] gnu: sbcl-cffi: Update to v0.23.0
Date: Sat, 16 Jan 2021 22:06:43 +0000
* 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




[Message part 3 (message/rfc822, inline)]
From: Guillaume Le Vaillant <glv <at> posteo.net>
To: Aurora <rind38 <at> disroot.org>
Cc: 45929-done <at> debbugs.gnu.org
Subject: Re: [bug#45929] [PATCH] gnu: sbcl-cffi: Update to v0.23.0
Date: Sun, 17 Jan 2021 15:39:52 +0100
[Message part 4 (text/plain, inline)]
Patch pushed as 06ab89486715a0817aa355186b16958a93626dcc.
Thanks.
[signature.asc (application/pgp-signature, inline)]

This bug report was last modified 4 years and 184 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.