summaryrefslogtreecommitdiff
path: root/gnu/packages/lisp-xyz.scm
diff options
context:
space:
mode:
authorGuillaume Le Vaillant <glv@posteo.net>2023-02-24 11:02:22 +0100
committerGuillaume Le Vaillant <glv@posteo.net>2023-02-24 15:50:34 +0100
commit27ac29ff23a3175d718a9ba4b8e8bb1009d16f10 (patch)
treef93b48d8f4fbc7ae3b2cce64b276d42551735592 /gnu/packages/lisp-xyz.scm
parentf3a2e1dee8a0a7a5e6ef5a1659a8b7fdf027f9fd (diff)
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.
Diffstat (limited to 'gnu/packages/lisp-xyz.scm')
-rw-r--r--gnu/packages/lisp-xyz.scm12
1 files 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