gnu: emacs-dtrt-indent: Update to 1.14.
* gnu/packages/emacs-xyz.scm (emacs-dtrt-indent): Update to 1.14.
This commit is contained in:
parent
3f25055309
commit
9c08dad556
1 changed files with 2 additions and 2 deletions
|
@ -29198,7 +29198,7 @@ interface to attach and interact with the processes.")
|
||||||
(define-public emacs-dtrt-indent
|
(define-public emacs-dtrt-indent
|
||||||
(package
|
(package
|
||||||
(name "emacs-dtrt-indent")
|
(name "emacs-dtrt-indent")
|
||||||
(version "1.11")
|
(version "1.14")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
|
@ -29207,7 +29207,7 @@ interface to attach and interact with the processes.")
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"037n2ihdgzigwvc4wsls1gwrqkkkpd00pk0s1j2m0212n4gxiaq8"))))
|
"19a1zsgipw2klwkjq8cxcjrv0lwfkgvyw57ixs43bxhfr315jfrm"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(home-page "https://github.com/jscheid/dtrt-indent")
|
(home-page "https://github.com/jscheid/dtrt-indent")
|
||||||
(synopsis "Minor mode that guesses the indentation offset")
|
(synopsis "Minor mode that guesses the indentation offset")
|
||||||
|
|
Reference in a new issue