emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#45929: closed ([PATCH] gnu: sbcl-cffi: Update to v0.23.0)


From: GNU bug Tracking System
Subject: bug#45929: closed ([PATCH] gnu: sbcl-cffi: Update to v0.23.0)
Date: Sun, 17 Jan 2021 14:41:02 +0000

Your message dated Sun, 17 Jan 2021 15:39:52 +0100
with message-id <87pn234og7.fsf@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@gnu.org.)


-- 
45929: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=45929
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- 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





--- End Message ---
--- Begin Message --- Subject: Re: [bug#45929] [PATCH] gnu: sbcl-cffi: Update to v0.23.0 Date: Sun, 17 Jan 2021 15:39:52 +0100 User-agent: mu4e 1.4.14; emacs 27.1
Patch pushed as 06ab89486715a0817aa355186b16958a93626dcc.
Thanks.

Attachment: signature.asc
Description: PGP signature


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]