3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

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
(package
(name "emacs-dtrt-indent")
(version "1.2")
(version "1.4")
(source (origin
(method git-fetch)
(uri (git-reference
@ -21232,7 +21232,7 @@ according to their use.")
(file-name (git-file-name name version))
(sha256
(base32
"0p5v5xwr0s59hv3s0f85byafphc85qv76g41crad9fhnxzab9rly"))))
"11r68sh3yrrfib7pixnazispwsffrygmgplffrv8qq57xrqzyxih"))))
(build-system emacs-build-system)
(home-page "https://github.com/jscheid/dtrt-indent")
(synopsis "Minor mode that guesses the indentation offset")