mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
gnu: emacs-dtrt-indent: Update to 1.7.
* gnu/packages/emacs-xyz.scm (emacs-dtrt-indent): Update to 1.7.
This commit is contained in:
parent
f4dd1d2d91
commit
4041b530d3
1 changed files with 2 additions and 2 deletions
|
@ -24011,7 +24011,7 @@ (define-public emacs-dtache
|
|||
(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 @@ (define-public emacs-dtrt-indent
|
|||
(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")
|
||||
|
|
Loading…
Reference in a new issue