[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
05/07: gnu: sbcl-cffi-bootstrap: Update to 0.21.0.
From: |
guix-commits |
Subject: |
05/07: gnu: sbcl-cffi-bootstrap: Update to 0.21.0. |
Date: |
Mon, 3 Feb 2020 11:15:06 -0500 (EST) |
glv pushed a commit to branch master
in repository guix.
commit 237d58c3e4d7f34f6b0d4d465f5b5a689e4095a2
Author: Guillaume Le Vaillant <address@hidden>
AuthorDate: Mon Feb 3 15:08:49 2020 +0100
gnu: sbcl-cffi-bootstrap: Update to 0.21.0.
* gnu/packages/lisp-xyz.scm (sbcl-cffi-bootstrap): Update to 0.21.0.
---
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 886277a..5c1ae73 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -2473,7 +2473,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.21.0")
(source
(origin
(method git-fetch)
@@ -2482,7 +2482,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 "1qalargz9bhp850qv60ffwpdqi4xirzar4l3g6qcg8yc6xqf2cjk"))))
(build-system asdf-build-system/sbcl)
(inputs
`(("libffi" ,libffi)
- branch master updated (a9e5e64 -> 17c015c), guix-commits, 2020/02/03
- 01/07: gnu: Add cl-salza2., guix-commits, 2020/02/03
- 02/07: gnu: Add cl-png-read., guix-commits, 2020/02/03
- 03/07: gnu: Add cl-zpng., guix-commits, 2020/02/03
- 04/07: gnu: Add cl-qrencode., guix-commits, 2020/02/03
- 06/07: gnu: sbcl-mgl-pax: Propagate the swank source package., guix-commits, 2020/02/03
- 07/07: gnu: sbcl-graph: Fix build., guix-commits, 2020/02/03
- 05/07: gnu: sbcl-cffi-bootstrap: Update to 0.21.0.,
guix-commits <=