ngz pushed a commit to branch master
in repository guix.
commit 04a151dfff2e712047ee67eed3bdadfb9a60ecaa
Author: Nicolas Goaziou <[email protected]>
AuthorDate: Sat Jul 1 00:44:56 2023 +0200
gnu: emacs-dtrt-indent: Update to 1.11.
* gnu/packages/emacs-xyz.scm (emacs-dtrt-indent): Update to 1.11.
---
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 d98febd71f..105995360d 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -28671,7 +28671,7 @@ interface to attach and interact with the processes.")
(define-public emacs-dtrt-indent
(package
(name "emacs-dtrt-indent")
- (version "1.10")
+ (version "1.11")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -28680,7 +28680,7 @@ interface to attach and interact with the processes.")
(file-name (git-file-name name version))
(sha256
(base32
- "1r7mcsf9l7d5jrfq838620cy09xl3yj1ra264grx5jv4mhc1jijv"))))
+ "037n2ihdgzigwvc4wsls1gwrqkkkpd00pk0s1j2m0212n4gxiaq8"))))
(build-system emacs-build-system)
(home-page "https://github.com/jscheid/dtrt-indent")
(synopsis "Minor mode that guesses the indentation offset")