[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/03: gnu: cl-fiasco: Update to 0.0.1-2.bb47d2f.
From: |
guix-commits |
Subject: |
03/03: gnu: cl-fiasco: Update to 0.0.1-2.bb47d2f. |
Date: |
Mon, 8 Nov 2021 03:38:08 -0500 (EST) |
glv pushed a commit to branch master
in repository guix.
commit 0502be5bafc7fa1b65fa4aaaf417c5653a89bb6a
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Sun Nov 7 19:53:40 2021 +0000
gnu: cl-fiasco: Update to 0.0.1-2.bb47d2f.
* gnu/packages/lisp-check.scm: (sbcl-fiasco): Update to 0.0.1-2.bb47d2f.
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
---
gnu/packages/lisp-check.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/lisp-check.scm b/gnu/packages/lisp-check.scm
index dda0705..a66a7ba 100644
--- a/gnu/packages/lisp-check.scm
+++ b/gnu/packages/lisp-check.scm
@@ -298,8 +298,8 @@ that of Eos has not. Thus, Eos is now deprecated in favor
of FiveAM.")
(sbcl-package->ecl-package sbcl-eos))
(define-public sbcl-fiasco
- (let ((commit "d62f7558b21addc89f87e306f65d7f760632655f")
- (revision "1"))
+ (let ((commit "bb47d2fef4eb24cc16badc1c9a73d73c3a7e18f5")
+ (revision "2"))
(package
(name "sbcl-fiasco")
(version (git-version "0.0.1" revision commit))
@@ -312,7 +312,7 @@ that of Eos has not. Thus, Eos is now deprecated in favor
of FiveAM.")
(file-name (git-file-name "fiasco" version))
(sha256
(base32
- "1zwxs3d6iswayavcmb49z2892xhym7n556d8dnmvalc32pm9bkjh"))))
+ "1k8i2kq57201bvy3zfpsxld530hd104dgbglxigqb6i408c1a7aw"))))
(build-system asdf-build-system/sbcl)
(inputs
`(("alexandria" ,sbcl-alexandria)