Archived
1
0
Fork 0

gnu: emacs-dtrt-indent: Update to 1.15.

* gnu/packages/emacs-xyz.scm (emacs-dtrt-indent): Update to 1.15.
This commit is contained in:
Nicolas Goaziou 2023-10-03 18:37:33 +02:00
parent ff44d11e3b
commit 2b39c78b4e
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -29436,7 +29436,7 @@ interface to attach and interact with the processes.")
(define-public emacs-dtrt-indent (define-public emacs-dtrt-indent
(package (package
(name "emacs-dtrt-indent") (name "emacs-dtrt-indent")
(version "1.14") (version "1.15")
(source (origin (source (origin
(method git-fetch) (method git-fetch)
(uri (git-reference (uri (git-reference
@ -29445,7 +29445,7 @@ interface to attach and interact with the processes.")
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32
"19a1zsgipw2klwkjq8cxcjrv0lwfkgvyw57ixs43bxhfr315jfrm")))) "1vddrpplc7887gcfg7d52fv1nxv6sgn3w310gr06c6nfk3lwas9y"))))
(build-system emacs-build-system) (build-system emacs-build-system)
(home-page "https://github.com/jscheid/dtrt-indent") (home-page "https://github.com/jscheid/dtrt-indent")
(synopsis "Minor mode that guesses the indentation offset") (synopsis "Minor mode that guesses the indentation offset")