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

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

Change-Id: I11ffac4a989122170e91bdad2f47bf87ed4a1ae9
This commit is contained in:
Nicolas Goaziou 2024-02-22 13:29:29 +01:00
parent 84ceeab04a
commit 273682cdb3
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -30150,7 +30150,7 @@ (define-public emacs-dtache
(define-public emacs-dtrt-indent
(package
(name "emacs-dtrt-indent")
(version "1.16")
(version "1.17")
(source (origin
(method git-fetch)
(uri (git-reference
@ -30159,7 +30159,7 @@ (define-public emacs-dtrt-indent
(file-name (git-file-name name version))
(sha256
(base32
"01jrnzbqgj8pimvrb8335vjly04r0bx67gvq7dvprnf72n49r4i7"))))
"0mjdqzl5mbasix8awav2qp9367waycmbcjy07s53nhv2xpqam9la"))))
(build-system emacs-build-system)
(home-page "https://github.com/jscheid/dtrt-indent")
(synopsis "Minor mode that guesses the indentation offset")