GNU bug report logs -
#62268
[PATCH] gnu: cl-trucler: Update to 0.0.0-1.d40ff96.
Previous Next
Reported by: "Paul A. Patience" <paul <at> apatience.com>
Date: Sun, 19 Mar 2023 01:14:01 UTC
Severity: normal
Tags: patch
Done: Guillaume Le Vaillant <glv <at> posteo.net>
Bug is archived. No further changes may be made.
Full log
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/lisp-xyz.scm (sbcl-trucler): Update to 0.0.0-1.d40ff96.
---
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 a1b291be20..3aa65e4804 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -17009,8 +17009,8 @@ (define-public cl-eclector
(sbcl-package->cl-source-package sbcl-eclector))
(define-public sbcl-trucler
- (let ((commit "167199797eb3e2e9d9d3e1fe6e11948c663ce7e2")
- (revision "0"))
+ (let ((commit "d40ff965520cbccf4980b7e7e3122912a11f24ad")
+ (revision "1"))
(package
(name "sbcl-trucler")
(version (git-version "0.0.0" revision commit))
@@ -17022,7 +17022,7 @@ (define-public sbcl-trucler
(commit commit)))
(file-name (git-file-name "cl-trucler" commit))
(sha256
- (base32 "0ra1phwy0vn4xrm5i1dvq9205m6s9fl0sr0rpiz3xjykxyl9mzms"))))
+ (base32 "0a0zi7q88j31n0b17yfxb66xjvvridgqr4vr6z3pgnm9wha990a6"))))
(build-system asdf-build-system/sbcl)
(inputs
(list sbcl-acclimation))
--
2.39.2
This bug report was last modified 2 years and 141 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.