mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: emacs-dtrt-indent: Update to 1.2.
* gnu/packages/emacs-xyz.scm (emacs-dtrt-indent): Update to 1.2. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
This commit is contained in:
parent
79fa492fb5
commit
89ca634050
1 changed files with 2 additions and 2 deletions
|
@ -19784,7 +19784,7 @@ (define-public emacs-cmake-font-lock
|
|||
(define-public emacs-dtrt-indent
|
||||
(package
|
||||
(name "emacs-dtrt-indent")
|
||||
(version "0.8")
|
||||
(version "1.2")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
|
@ -19793,7 +19793,7 @@ (define-public emacs-dtrt-indent
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"0pgf0pvqd8k4yzhdn2df9lp0y8hmlm2ccrh07jivwlccs95pcz7z"))))
|
||||
"0p5v5xwr0s59hv3s0f85byafphc85qv76g41crad9fhnxzab9rly"))))
|
||||
(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