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

* gnu/packages/emacs-xyz.scm (emacs-dtrt-indent): Update to 1.4.
This commit is contained in:
Nicolas Goaziou 2021-02-17 15:18:52 +01:00
parent 301d1bacc1
commit 755fb2bce3
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -21223,7 +21223,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.2") (version "1.4")
(source (origin (source (origin
(method git-fetch) (method git-fetch)
(uri (git-reference (uri (git-reference
@ -21232,7 +21232,7 @@ according to their use.")
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32
"0p5v5xwr0s59hv3s0f85byafphc85qv76g41crad9fhnxzab9rly")))) "11r68sh3yrrfib7pixnazispwsffrygmgplffrv8qq57xrqzyxih"))))
(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")