mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-28 14:01:29 -05: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 @@ (define-public emacs-symbol-overlay
|
|||
(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 @@ (define-public emacs-hl-todo
|
|||
(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…
Reference in a new issue