guix_mirror_bot pushed a commit to branch master
in repository guix.
commit b8493e9677f812df623b2b13bd40d5a48d258b35
Author: Nicolas Goaziou <[email protected]>
AuthorDate: Fri Dec 5 17:30:00 2025 +0100
gnu: emacs-dtrt-indent: Update to 1.26.
* gnu/packages/emacs-xyz.scm (emacs-dtrt-indent): Update to 1.26.
Change-Id: I470a4d6fd93052d6e6d2047ce38c96fb423ea180
---
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 c4093e43f4..05a8e7ea52 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -35599,7 +35599,7 @@ interface to attach and interact with the processes.")
(define-public emacs-dtrt-indent
(package
(name "emacs-dtrt-indent")
- (version "1.25")
+ (version "1.26")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -35608,7 +35608,7 @@ interface to attach and interact with the processes.")
(file-name (git-file-name name version))
(sha256
(base32
- "1fk88rjv8shdpmnbhc4fy52anf18w7xl9z2fi6bnpjawi9hn9c94"))))
+ "04p6avj8d15i6qswdfpgvdil5c13rcfmc4n2jili485zgpw14j81"))))
(build-system emacs-build-system)
(home-page "https://github.com/jscheid/dtrt-indent")
(synopsis "Minor mode that guesses the indentation offset")