mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-11 06:20:18 +01:00
gnu: emacs-dtrt-indent: Update to 1.4.
* gnu/packages/emacs-xyz.scm (emacs-dtrt-indent): Update to 1.4.
This commit is contained in:
parent
301d1bacc1
commit
755fb2bce3
1 changed files with 2 additions and 2 deletions
|
@ -21223,7 +21223,7 @@ according to their use.")
|
||||||
(define-public emacs-dtrt-indent
|
(define-public emacs-dtrt-indent
|
||||||
(package
|
(package
|
||||||
(name "emacs-dtrt-indent")
|
(name "emacs-dtrt-indent")
|
||||||
(version "1.2")
|
(version "1.4")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
|
@ -21232,7 +21232,7 @@ according to their use.")
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0p5v5xwr0s59hv3s0f85byafphc85qv76g41crad9fhnxzab9rly"))))
|
"11r68sh3yrrfib7pixnazispwsffrygmgplffrv8qq57xrqzyxih"))))
|
||||||
(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")
|
||||||
|
|
Loading…
Add table
Reference in a new issue