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

* gnu/packages/emacs-xyz.scm (emacs-dtrt-indent): Update to 1.7.
This commit is contained in:
Nicolas Goaziou 2022-02-28 11:20:47 +01:00
parent f4dd1d2d91
commit 4041b530d3
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -24011,7 +24011,7 @@ (define-public emacs-dtache
(define-public emacs-dtrt-indent
(package
(name "emacs-dtrt-indent")
(version "1.6")
(version "1.7")
(source (origin
(method git-fetch)
(uri (git-reference
@ -24020,7 +24020,7 @@ (define-public emacs-dtrt-indent
(file-name (git-file-name name version))
(sha256
(base32
"1kad2inc9k2z65if26vfiw098yklzxdx9fw8a6yicb87jgc1cz36"))))
"0ihwmkxgbd0mgfvzisjiwvyypa9z21ckyxdnkf9y5lxywjyr39zh"))))
(build-system emacs-build-system)
(home-page "https://github.com/jscheid/dtrt-indent")
(synopsis "Minor mode that guesses the indentation offset")