mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 13:28:12 -05:00
gnu: emacs-dtrt-indent: Update to 1.11.
* gnu/packages/emacs-xyz.scm (emacs-dtrt-indent): Update to 1.11.
This commit is contained in:
parent
d14a83ace2
commit
04a151dfff
1 changed files with 2 additions and 2 deletions
|
@ -28671,7 +28671,7 @@ (define-public emacs-dtache
|
|||
(define-public emacs-dtrt-indent
|
||||
(package
|
||||
(name "emacs-dtrt-indent")
|
||||
(version "1.10")
|
||||
(version "1.11")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
|
@ -28680,7 +28680,7 @@ (define-public emacs-dtrt-indent
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"1r7mcsf9l7d5jrfq838620cy09xl3yj1ra264grx5jv4mhc1jijv"))))
|
||||
"037n2ihdgzigwvc4wsls1gwrqkkkpd00pk0s1j2m0212n4gxiaq8"))))
|
||||
(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