mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: emacs-hl-todo: Update to 3.5.0.
* gnu/packages/emacs-xyz.scm (emacs-hl-todo): Update to 3.5.0. [propagated-inputs]: Add EMACS-COMPAT.
This commit is contained in:
parent
d2da6e0ba2
commit
6586b08a87
1 changed files with 4 additions and 2 deletions
|
@ -11357,7 +11357,7 @@ between symbols.")
|
|||
(define-public emacs-hl-todo
|
||||
(package
|
||||
(name "emacs-hl-todo")
|
||||
(version "3.4.2")
|
||||
(version "3.5.0")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
|
@ -11366,8 +11366,10 @@ between symbols.")
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"03i3dvg7scvbxx6z07916zqc7p8w5s9nxv4v2phr68046zjz05dw"))))
|
||||
"1d9mkbd33zyx540ilp1vz8fgckvxv0qd2vyjgz11zh1qv1pfk8gh"))))
|
||||
(build-system emacs-build-system)
|
||||
(propagated-inputs
|
||||
(list emacs-compat))
|
||||
(home-page "https://github.com/tarsius/hl-todo")
|
||||
(synopsis "Emacs mode to highlight TODO and similar keywords")
|
||||
(description
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue