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

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

Change-Id: I7c6135bdaaa04cdd416551514b5e8876f2b3d607
This commit is contained in:
Nicolas Goaziou 2025-03-07 10:20:16 +01:00
parent ec687c428c
commit 2300b388f4
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

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