[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: sbcl-cffi: Update to 0.23.0.
From: |
guix-commits |
Subject: |
branch master updated: gnu: sbcl-cffi: Update to 0.23.0. |
Date: |
Sun, 17 Jan 2021 09:37:29 -0500 |
This is an automated email from the git hooks/post-receive script.
glv pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new 06ab894 gnu: sbcl-cffi: Update to 0.23.0.
06ab894 is described below
commit 06ab89486715a0817aa355186b16958a93626dcc
Author: Aurora <rind38@disroot.org>
AuthorDate: Sat Jan 16 23:06:43 2021 +0100
gnu: sbcl-cffi: Update to 0.23.0.
* gnu/packages/lisp-xyz.scm (sbcl-cffi): Update to 0.23.0.
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
---
gnu/packages/lisp-xyz.scm | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index 112d3dd..83fa2a7 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -21,6 +21,7 @@
;;; Copyright © 2020 Oleg Pykhalov <go.wigust@gmail.com>
;;; Copyright © 2020 Adam Kandur <rndd@tuta.io>
;;; Copyright © 2020, 2021 Sharlatan Hellseher <sharlatanus@gmail.com>
+;;; Copyright © 2021 Aurora <rind38@disroot.org>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -2511,7 +2512,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)
@@ -2520,7 +2521,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)
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: sbcl-cffi: Update to 0.23.0.,
guix-commits <=