me
/
guix
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.
master
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
1 changed files with 2 additions and 2 deletions

View File

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