glv pushed a commit to branch master
in repository guix.
commit 27ac29ff23a3175d718a9ba4b8e8bb1009d16f10
Author: Guillaume Le Vaillant <[email protected]>
AuthorDate: Fri Feb 24 11:02:22 2023 +0100
gnu: cl-trivial-indent: Update to 1.0.0-1.f252750.
* gnu/packages/lisp-xyz.scm (sbcl-trivial-indent): Update to
1.0.0-1.f252750.
---
gnu/packages/lisp-xyz.scm | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index ee12c65df4..cebb572778 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -9246,8 +9246,8 @@ path, maximum flow, minimum spanning tree, etc.).")
(sbcl-package->ecl-package sbcl-graph))
(define-public sbcl-trivial-indent
- (let ((commit "2d016941751647c6cc5bd471751c2cf68861c94a")
- (revision "0"))
+ (let ((commit "f25275094b80df8aa158af46db980bbc3ce2f88b")
+ (revision "1"))
(package
(name "sbcl-trivial-indent")
(version (git-version "1.0.0" revision commit))
@@ -9258,12 +9258,12 @@ path, maximum flow, minimum spanning tree, etc.).")
(git-reference
(url "https://github.com/Shinmera/trivial-indent")
(commit commit)))
- (file-name (git-file-name name version))
+ (file-name (git-file-name "cl-trivial-indent" version))
(sha256
- (base32
- "1sj90nqz17w4jq0ixz00gb9g5g6d2s7l8r17zdby27gxxh51w266"))))
+ (base32 "1zg8cyy1xqpcjrxxqz5zb5xixhwcszkv4p2vq305lb2rka6f3dyx"))))
(build-system asdf-build-system/sbcl)
- (synopsis "Simple Common Lisp library to allow indentation hints for
SWANK")
+ (synopsis
+ "Simple Common Lisp library to allow indentation hints for SWANK")
(description
"This library allows you to define custom indentation hints for your
macros if the one recognised by SLIME automatically produces unwanted