guix_mirror_bot pushed a commit to branch master
in repository guix.

commit 470d3d4b47ef77484cf22ca9c07cea02a7d21517
Author: Nicolas Goaziou <[email protected]>
AuthorDate: Fri Oct 10 09:55:06 2025 +0200

    gnu: emacs-dtrt-indent: Update to 1.25.
    
    * gnu/packages/emacs-xyz.scm (emacs-dtrt-indent): Update to 1.25.
    
    Change-Id: I9ee68fff738f1a4e81f677955f64b0f6691faaec
---
 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 9666ee4e8a..cf0ceb9ec7 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -34902,7 +34902,7 @@ interface to attach and interact with the processes.")
 (define-public emacs-dtrt-indent
   (package
     (name "emacs-dtrt-indent")
-    (version "1.24")
+    (version "1.25")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -34911,7 +34911,7 @@ interface to attach and interact with the processes.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "0lf0q4v5rg9bkw0zxbs9ijblwrgxmc8dqnkags1as1yqp6q1lkb7"))))
+                "1fk88rjv8shdpmnbhc4fy52anf18w7xl9z2fi6bnpjawi9hn9c94"))))
     (build-system emacs-build-system)
     (home-page "https://github.com/jscheid/dtrt-indent";)
     (synopsis "Minor mode that guesses the indentation offset")

Reply via email to