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

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

Change-Id: I0fd8854ae7c1f7a5e98821943c3d2d5e520c2c18
This commit is contained in:
Nicolas Goaziou 2024-06-29 09:58:25 +02:00
parent ba36f5f25e
commit 9c24e74ff0
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D

View File

@ -30753,7 +30753,7 @@ interface to attach and interact with the processes.")
(define-public emacs-dtrt-indent
(package
(name "emacs-dtrt-indent")
(version "1.17")
(version "1.18")
(source (origin
(method git-fetch)
(uri (git-reference
@ -30762,7 +30762,7 @@ interface to attach and interact with the processes.")
(file-name (git-file-name name version))
(sha256
(base32
"0mjdqzl5mbasix8awav2qp9367waycmbcjy07s53nhv2xpqam9la"))))
"1sw0wabk68ixqip7kmkdvhw9rxz266cj8rs4hz3zlbcf7q6pjq6r"))))
(build-system emacs-build-system)
(home-page "https://github.com/jscheid/dtrt-indent")
(synopsis "Minor mode that guesses the indentation offset")