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

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

Change-Id: If61a0116a7b685bc1b5ce83e220fa63eef8d0715
This commit is contained in:
Maxim Cournoyer 2025-06-25 12:10:57 +09:00
parent 4664ab4641
commit 2a345b89f0
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

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