diff options
author | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2023-09-01 21:43:33 +0200 |
---|---|---|
committer | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2023-09-01 22:21:53 +0200 |
commit | 9c08dad5564346d2eb6aeb111c00f8ea8f87ba96 (patch) | |
tree | e38c3cdd051eb45ed6741029cb199f0f4799e3ea /gnu/packages | |
parent | 3f250553098d20caa79a2ebcdb52a9c88b357969 (diff) |
gnu: emacs-dtrt-indent: Update to 1.14.
* gnu/packages/emacs-xyz.scm (emacs-dtrt-indent): Update to 1.14.
Diffstat (limited to 'gnu/packages')
-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 101783d99d..213629fb36 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -29198,7 +29198,7 @@ interface to attach and interact with the processes.") (define-public emacs-dtrt-indent (package (name "emacs-dtrt-indent") - (version "1.11") + (version "1.14") (source (origin (method git-fetch) (uri (git-reference @@ -29207,7 +29207,7 @@ interface to attach and interact with the processes.") (file-name (git-file-name name version)) (sha256 (base32 - "037n2ihdgzigwvc4wsls1gwrqkkkpd00pk0s1j2m0212n4gxiaq8")))) + "19a1zsgipw2klwkjq8cxcjrv0lwfkgvyw57ixs43bxhfr315jfrm")))) (build-system emacs-build-system) (home-page "https://github.com/jscheid/dtrt-indent") (synopsis "Minor mode that guesses the indentation offset") |