diff options
author | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2024-01-21 23:42:44 +0100 |
---|---|---|
committer | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2024-01-22 00:20:53 +0100 |
commit | 9a4ca3332f88702591dd895e2199967dd50dfdb5 (patch) | |
tree | b46a1ec1e706c887af7599f70c64020e4ea94226 /gnu/packages/emacs-xyz.scm | |
parent | 303765a0ec7d2f2a68957ca29df1e802b6fc076c (diff) | |
download | guix-9a4ca3332f88702591dd895e2199967dd50dfdb5.tar.gz |
gnu: emacs-dtrt-indent: Update to 1.16.
* gnu/packages/emacs-xyz.scm (emacs-dtrt-indent): Update to 1.16. Change-Id: I55b98386433817c8423d8a7d4c868e3e27a16f46
Diffstat (limited to 'gnu/packages/emacs-xyz.scm')
-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 cd17a9b9ed..7ff69d9c14 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -30058,7 +30058,7 @@ interface to attach and interact with the processes.") (define-public emacs-dtrt-indent (package (name "emacs-dtrt-indent") - (version "1.15") + (version "1.16") (source (origin (method git-fetch) (uri (git-reference @@ -30067,7 +30067,7 @@ interface to attach and interact with the processes.") (file-name (git-file-name name version)) (sha256 (base32 - "1vddrpplc7887gcfg7d52fv1nxv6sgn3w310gr06c6nfk3lwas9y")))) + "01jrnzbqgj8pimvrb8335vjly04r0bx67gvq7dvprnf72n49r4i7")))) (build-system emacs-build-system) (home-page "https://github.com/jscheid/dtrt-indent") (synopsis "Minor mode that guesses the indentation offset") |