me
/
guix
Archived
1
0
Fork 0

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

* gnu/packages/emacs-xyz.scm (emacs-dtrt-indent): Update to 1.7.
Nicolas Goaziou 2022-02-28 11:20:47 +01:00
parent f4dd1d2d91
commit 4041b530d3
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 2 additions and 2 deletions

View File

@ -24011,7 +24011,7 @@ program dtach.")
(define-public emacs-dtrt-indent
(package
(name "emacs-dtrt-indent")
(version "1.6")
(version "1.7")
(source (origin
(method git-fetch)
(uri (git-reference
@ -24020,7 +24020,7 @@ program dtach.")
(file-name (git-file-name name version))
(sha256
(base32
"1kad2inc9k2z65if26vfiw098yklzxdx9fw8a6yicb87jgc1cz36"))))
"0ihwmkxgbd0mgfvzisjiwvyypa9z21ckyxdnkf9y5lxywjyr39zh"))))
(build-system emacs-build-system)
(home-page "https://github.com/jscheid/dtrt-indent")
(synopsis "Minor mode that guesses the indentation offset")