~ruther/guix-local

273682cdb35e4d12a8910b8f2d8118d593aac70b — Nicolas Goaziou 2 years ago 84ceeab
gnu: emacs-dtrt-indent: Update to 1.17.

* gnu/packages/emacs-xyz.scm (emacs-dtrt-indent): Update to 1.17.

Change-Id: I11ffac4a989122170e91bdad2f47bf87ed4a1ae9
1 files changed, 2 insertions(+), 2 deletions(-)

M gnu/packages/emacs-xyz.scm
M gnu/packages/emacs-xyz.scm => gnu/packages/emacs-xyz.scm +2 -2
@@ 30150,7 30150,7 @@ interface to attach and interact with the processes.")
(define-public emacs-dtrt-indent
  (package
    (name "emacs-dtrt-indent")
    (version "1.16")
    (version "1.17")
    (source (origin
              (method git-fetch)
              (uri (git-reference


@@ 30159,7 30159,7 @@ interface to attach and interact with the processes.")
              (file-name (git-file-name name version))
              (sha256
               (base32
                "01jrnzbqgj8pimvrb8335vjly04r0bx67gvq7dvprnf72n49r4i7"))))
                "0mjdqzl5mbasix8awav2qp9367waycmbcjy07s53nhv2xpqam9la"))))
    (build-system emacs-build-system)
    (home-page "https://github.com/jscheid/dtrt-indent")
    (synopsis "Minor mode that guesses the indentation offset")