gnu: emacs-dtrt-indent: Update to 1.6.
* gnu/packages/emacs-xyz.scm (emacs-dtrt-indent): Update to 1.6.
parent
5053490ca5
commit
b8a43eb3f8
|
@ -23369,7 +23369,7 @@ according to their use.")
|
||||||
(define-public emacs-dtrt-indent
|
(define-public emacs-dtrt-indent
|
||||||
(package
|
(package
|
||||||
(name "emacs-dtrt-indent")
|
(name "emacs-dtrt-indent")
|
||||||
(version "1.4")
|
(version "1.6")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
|
@ -23378,7 +23378,7 @@ according to their use.")
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"11r68sh3yrrfib7pixnazispwsffrygmgplffrv8qq57xrqzyxih"))))
|
"1kad2inc9k2z65if26vfiw098yklzxdx9fw8a6yicb87jgc1cz36"))))
|
||||||
(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 New Issue