mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: emacs-hl-todo: Update to 3.4.2.
* gnu/packages/emacs-xyz.scm (emacs-hl-todo): Update to 3.4.2.
This commit is contained in:
parent
52abf14312
commit
7a7d4d1122
1 changed files with 2 additions and 2 deletions
|
@ -9280,7 +9280,7 @@ between symbols.")
|
||||||
(define-public emacs-hl-todo
|
(define-public emacs-hl-todo
|
||||||
(package
|
(package
|
||||||
(name "emacs-hl-todo")
|
(name "emacs-hl-todo")
|
||||||
(version "3.3.0")
|
(version "3.4.2")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
|
@ -9289,7 +9289,7 @@ between symbols.")
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0bdwdp8d0g7n0kv6l4h7alya3z6fsfi618dzw5x8f2az3r87yg8y"))))
|
"03i3dvg7scvbxx6z07916zqc7p8w5s9nxv4v2phr68046zjz05dw"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(home-page "https://github.com/tarsius/hl-todo")
|
(home-page "https://github.com/tarsius/hl-todo")
|
||||||
(synopsis "Emacs mode to highlight TODO and similar keywords")
|
(synopsis "Emacs mode to highlight TODO and similar keywords")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue