mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: emacs-dtrt-indent: Update to 1.24.
* gnu/packages/emacs-xyz.scm (emacs-dtrt-indent): Update to 1.24. Change-Id: If61a0116a7b685bc1b5ce83e220fa63eef8d0715
This commit is contained in:
parent
4664ab4641
commit
2a345b89f0
1 changed files with 2 additions and 2 deletions
|
@ -34014,7 +34014,7 @@ interface to attach and interact with the processes.")
|
||||||
(define-public emacs-dtrt-indent
|
(define-public emacs-dtrt-indent
|
||||||
(package
|
(package
|
||||||
(name "emacs-dtrt-indent")
|
(name "emacs-dtrt-indent")
|
||||||
(version "1.23")
|
(version "1.24")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
|
@ -34023,7 +34023,7 @@ interface to attach and interact with the processes.")
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0qhnjq3dkdsqgpi9vjn4m0lyzx3jg2z5j0nb895x7nh7c1vhikbi"))))
|
"0lf0q4v5rg9bkw0zxbs9ijblwrgxmc8dqnkags1as1yqp6q1lkb7"))))
|
||||||
(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
Add a link
Reference in a new issue