Archived
1
0
Fork 0

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

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

Change-Id: I55b98386433817c8423d8a7d4c868e3e27a16f46
This commit is contained in:
Nicolas Goaziou 2024-01-21 23:42:44 +01:00
parent 303765a0ec
commit 9a4ca3332f
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -30058,7 +30058,7 @@ interface to attach and interact with the processes.")
(define-public emacs-dtrt-indent
(package
(name "emacs-dtrt-indent")
(version "1.15")
(version "1.16")
(source (origin
(method git-fetch)
(uri (git-reference
@ -30067,7 +30067,7 @@ interface to attach and interact with the processes.")
(file-name (git-file-name name version))
(sha256
(base32
"1vddrpplc7887gcfg7d52fv1nxv6sgn3w310gr06c6nfk3lwas9y"))))
"01jrnzbqgj8pimvrb8335vjly04r0bx67gvq7dvprnf72n49r4i7"))))
(build-system emacs-build-system)
(home-page "https://github.com/jscheid/dtrt-indent")
(synopsis "Minor mode that guesses the indentation offset")