diff options
author | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2023-07-01 00:44:56 +0200 |
---|---|---|
committer | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2023-07-01 00:44:56 +0200 |
commit | 04a151dfff2e712047ee67eed3bdadfb9a60ecaa (patch) | |
tree | f57ddce6c6d73753410389886c20db94956b0c57 /gnu/packages | |
parent | d14a83ace28cc10beb2283267ee5a4b5809cacc7 (diff) | |
download | guix-04a151dfff2e712047ee67eed3bdadfb9a60ecaa.tar.gz |
gnu: emacs-dtrt-indent: Update to 1.11.
* gnu/packages/emacs-xyz.scm (emacs-dtrt-indent): Update to 1.11.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/emacs-xyz.scm | 4 |
1 files 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") |