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

* gnu/packages/emacs-xyz.scm (emacs-dtrt-indent): Update to 1.2.

Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
This commit is contained in:
Joseph LaFreniere 2020-10-04 13:58:06 -05:00 committed by Mathieu Othacehe
parent 79fa492fb5
commit 89ca634050
No known key found for this signature in database
GPG key ID: 8354763531769CA6

View file

@ -19784,7 +19784,7 @@ (define-public emacs-cmake-font-lock
(define-public emacs-dtrt-indent
(package
(name "emacs-dtrt-indent")
(version "0.8")
(version "1.2")
(source (origin
(method git-fetch)
(uri (git-reference
@ -19793,7 +19793,7 @@ (define-public emacs-dtrt-indent
(file-name (git-file-name name version))
(sha256
(base32
"0pgf0pvqd8k4yzhdn2df9lp0y8hmlm2ccrh07jivwlccs95pcz7z"))))
"0p5v5xwr0s59hv3s0f85byafphc85qv76g41crad9fhnxzab9rly"))))
(build-system emacs-build-system)
(home-page "https://github.com/jscheid/dtrt-indent")
(synopsis "Minor mode that guesses the indentation offset")