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.
This commit is contained in:
parent
f3a2e1dee8
commit
27ac29ff23
@ -9246,8 +9246,8 @@ path, maximum flow, minimum spanning tree, etc.).")
|
|||||||
(sbcl-package->ecl-package sbcl-graph))
|
(sbcl-package->ecl-package sbcl-graph))
|
||||||
|
|
||||||
(define-public sbcl-trivial-indent
|
(define-public sbcl-trivial-indent
|
||||||
(let ((commit "2d016941751647c6cc5bd471751c2cf68861c94a")
|
(let ((commit "f25275094b80df8aa158af46db980bbc3ce2f88b")
|
||||||
(revision "0"))
|
(revision "1"))
|
||||||
(package
|
(package
|
||||||
(name "sbcl-trivial-indent")
|
(name "sbcl-trivial-indent")
|
||||||
(version (git-version "1.0.0" revision commit))
|
(version (git-version "1.0.0" revision commit))
|
||||||
@ -9258,12 +9258,12 @@ path, maximum flow, minimum spanning tree, etc.).")
|
|||||||
(git-reference
|
(git-reference
|
||||||
(url "https://github.com/Shinmera/trivial-indent")
|
(url "https://github.com/Shinmera/trivial-indent")
|
||||||
(commit commit)))
|
(commit commit)))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name "cl-trivial-indent" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32 "1zg8cyy1xqpcjrxxqz5zb5xixhwcszkv4p2vq305lb2rka6f3dyx"))))
|
||||||
"1sj90nqz17w4jq0ixz00gb9g5g6d2s7l8r17zdby27gxxh51w266"))))
|
|
||||||
(build-system asdf-build-system/sbcl)
|
(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
|
(description
|
||||||
"This library allows you to define custom indentation hints for your
|
"This library allows you to define custom indentation hints for your
|
||||||
macros if the one recognised by SLIME automatically produces unwanted
|
macros if the one recognised by SLIME automatically produces unwanted
|
||||||
|
Loading…
x
Reference in New Issue
Block a user