From 9c08dad5564346d2eb6aeb111c00f8ea8f87ba96 Mon Sep 17 00:00:00 2001 From: Nicolas Goaziou Date: Fri, 1 Sep 2023 21:43:33 +0200 Subject: [PATCH] gnu: emacs-dtrt-indent: Update to 1.14. * gnu/packages/emacs-xyz.scm (emacs-dtrt-indent): Update to 1.14. --- gnu/packages/emacs-xyz.scm | 4 ++-- 1 file 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")