guix-commits
[Top][All Lists]
Advanced

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

08/28: gnu: sbcl-cffi: Update to 0.20.1.


From: guix-commits
Subject: 08/28: gnu: sbcl-cffi: Update to 0.20.1.
Date: Wed, 8 Jan 2020 15:58:45 -0500 (EST)

mbakke pushed a commit to branch core-updates
in repository guix.

commit 25a2f2efa16860dce461c469aae11a4d0993e816
Author: Marius Bakke <address@hidden>
AuthorDate: Fri Dec 6 19:10:35 2019 +0100

    gnu: sbcl-cffi: Update to 0.20.1.
    
    * gnu/packages/lisp-xyz.scm (sbcl-cffi-bootstrap): Update to 0.20.1.
    [arguments]: Update substitution for libffi 3.3.
---
 gnu/packages/lisp-xyz.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index 3589640..cfdef02 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -2210,7 +2210,7 @@ non-consing thread safe queues and fibonacci priority 
queues.")
 (define sbcl-cffi-bootstrap
   (package
     (name "sbcl-cffi-bootstrap")
-    (version "0.19.0")
+    (version "0.20.1")
     (source
      (origin
        (method git-fetch)
@@ -2219,7 +2219,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 "09sfgc6r7ihmbkwfpvkq5fxc7h45cabpvgbvs47i5cvnmv3k72xy"))))
+        (base32 "1bzgdwd5yzkv9hwnxg6lqyh5z1vjgjyrl12c72afj7hxziadccm8"))))
     (build-system asdf-build-system/sbcl)
     (inputs
      `(("libffi" ,libffi)
@@ -2234,7 +2234,7 @@ non-consing thread safe queues and fibonacci priority 
queues.")
          (add-after 'unpack 'fix-paths
            (lambda* (#:key inputs #:allow-other-keys)
              (substitute* "libffi/libffi.lisp"
-               (("libffi.so.6" all) (string-append
+               (("libffi.so.7" all) (string-append
                                      (assoc-ref inputs "libffi")
                                      "/lib/" all)))
              (substitute* "toolchain/c-toolchain.lisp"



reply via email to

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