~ruther/guix-local

b8493e9677f812df623b2b13bd40d5a48d258b35 — Nicolas Goaziou 2 months ago 3fd67f3
gnu: emacs-dtrt-indent: Update to 1.26.

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

Change-Id: I470a4d6fd93052d6e6d2047ce38c96fb423ea180
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
@@ 35599,7 35599,7 @@ interface to attach and interact with the processes.")
(define-public emacs-dtrt-indent
  (package
    (name "emacs-dtrt-indent")
    (version "1.25")
    (version "1.26")
    (source (origin
              (method git-fetch)
              (uri (git-reference


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