diff options
author | Nicolas Goaziou <[email protected]> | 2025-03-07 10:20:16 +0100 |
---|---|---|
committer | Nicolas Goaziou <[email protected]> | 2025-03-07 10:35:37 +0100 |
commit | 2300b388f4c2d9820bb1be321973154fdc9fc7f0 (patch) | |
tree | 997ae48bacc32a7c674f3bc15d15fe9870c659bd | |
parent | ec687c428cf3af2e775c50018ddea2be016b2d1c (diff) |
gnu: emacs-dtrt-indent: Update to 1.23.
* gnu/packages/emacs-xyz.scm (emacs-dtrt-indent): Update to 1.23.
Change-Id: I7c6135bdaaa04cdd416551514b5e8876f2b3d607
-rw-r--r-- | gnu/packages/emacs-xyz.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index dc5fd08475..161e7a11b0 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -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") |