guix-commits
[Top][All Lists]
Advanced

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

01/02: cffi-bootstrap (FIX 0.19)


From: Pierre Neidhardt
Subject: 01/02: cffi-bootstrap (FIX 0.19)
Date: Fri, 19 Oct 2018 10:30:38 -0400 (EDT)

ambrevar pushed a commit to branch wip-next-browser2
in repository guix.

commit 1b811b9748ed92bb09c57caaaded4c1667cc1ecf
Author: Pierre Neidhardt <address@hidden>
Date:   Thu Oct 18 10:09:48 2018 +0200

    cffi-bootstrap (FIX 0.19)
---
 gnu/packages/lisp.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/lisp.scm b/gnu/packages/lisp.scm
index 0888827..448e8a6 100644
--- a/gnu/packages/lisp.scm
+++ b/gnu/packages/lisp.scm
@@ -2936,14 +2936,14 @@ non-consing thread safe queues and fibonacci priority 
queues.")
 (define sbcl-cffi-bootstrap
   (package
     (name "sbcl-cffi-bootstrap")
-    (version "0.18.0")
+    (version "0.19.0")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "https://github.com/cffi/cffi/archive/v";
                            version ".tar.gz"))
        (sha256
-        (base32 "0ac40z3sg5szhm99l3bjpm0v1yz2vlhc6scqx1qzvlfcawc66m9q"))
+        (base32 "07bc3c1fbfx17wgrvx6bh9byilfzfwv5n597cfdllm0vzwvbmiyk"))
        (file-name (string-append name "-" version ".tar.gz"))))
     (build-system asdf-build-system/sbcl)
     (inputs



reply via email to

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