mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: emacs-dtrt-indent: Update to 1.23.
* gnu/packages/emacs-xyz.scm (emacs-dtrt-indent): Update to 1.23. Change-Id: I7c6135bdaaa04cdd416551514b5e8876f2b3d607
This commit is contained in:
parent
ec687c428c
commit
2300b388f4
1 changed files with 2 additions and 2 deletions
|
@ -32714,7 +32714,7 @@ interface to attach and interact with the processes.")
|
|||
(define-public emacs-dtrt-indent
|
||||
(package
|
||||
(name "emacs-dtrt-indent")
|
||||
(version "1.18")
|
||||
(version "1.23")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
|
@ -32723,7 +32723,7 @@ interface to attach and interact with the processes.")
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"1sw0wabk68ixqip7kmkdvhw9rxz266cj8rs4hz3zlbcf7q6pjq6r"))))
|
||||
"0qhnjq3dkdsqgpi9vjn4m0lyzx3jg2z5j0nb895x7nh7c1vhikbi"))))
|
||||
(build-system emacs-build-system)
|
||||
(home-page "https://github.com/jscheid/dtrt-indent")
|
||||
(synopsis "Minor mode that guesses the indentation offset")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue