summary refs log tree commit diff
diff options
context:
space:
mode:
authorNicolas Goaziou <mail@nicolasgoaziou.fr>2023-10-03 18:37:33 +0200
committerNicolas Goaziou <mail@nicolasgoaziou.fr>2023-10-03 22:09:28 +0200
commit2b39c78b4ee5bc6f47fdeb49124edc8c4bfa54b8 (patch)
treed9d25bde35326e845820ac4001239b0d9798c47c
parentff44d11e3b2c074f226ba12b1b15bcb402421990 (diff)
downloadguix-2b39c78b4ee5bc6f47fdeb49124edc8c4bfa54b8.tar.gz
gnu: emacs-dtrt-indent: Update to 1.15.
* gnu/packages/emacs-xyz.scm (emacs-dtrt-indent): Update to 1.15.
-rw-r--r--gnu/packages/emacs-xyz.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index cda6b9840e..a8bc6f2949 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -29436,7 +29436,7 @@ interface to attach and interact with the processes.")
 (define-public emacs-dtrt-indent
   (package
     (name "emacs-dtrt-indent")
-    (version "1.14")
+    (version "1.15")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -29445,7 +29445,7 @@ interface to attach and interact with the processes.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "19a1zsgipw2klwkjq8cxcjrv0lwfkgvyw57ixs43bxhfr315jfrm"))))
+                "1vddrpplc7887gcfg7d52fv1nxv6sgn3w310gr06c6nfk3lwas9y"))))
     (build-system emacs-build-system)
     (home-page "https://github.com/jscheid/dtrt-indent")
     (synopsis "Minor mode that guesses the indentation offset")