me
/
guix
Archived
1
0
Fork 0

gnu: emacs-dtrt-indent: Update to 1.6.

* gnu/packages/emacs-xyz.scm (emacs-dtrt-indent): Update to 1.6.
Nicolas Goaziou 2022-01-11 22:30:56 +01:00
parent 5053490ca5
commit b8a43eb3f8
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 2 additions and 2 deletions

View File

@ -23369,7 +23369,7 @@ according to their use.")
(define-public emacs-dtrt-indent
(package
(name "emacs-dtrt-indent")
(version "1.4")
(version "1.6")
(source (origin
(method git-fetch)
(uri (git-reference
@ -23378,7 +23378,7 @@ according to their use.")
(file-name (git-file-name name version))
(sha256
(base32
"11r68sh3yrrfib7pixnazispwsffrygmgplffrv8qq57xrqzyxih"))))
"1kad2inc9k2z65if26vfiw098yklzxdx9fw8a6yicb87jgc1cz36"))))
(build-system emacs-build-system)
(home-page "https://github.com/jscheid/dtrt-indent")
(synopsis "Minor mode that guesses the indentation offset")