mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 23:02:16 -05:00
gnu: emacs-hl-todo: Update to 3.1.2.
* gnu/packages/emacs-xyz.scm (emacs-hl-todo): Update to 3.1.2. Signed-off-by: Oleg Pykhalov <go.wigust@gmail.com>
This commit is contained in:
parent
4ad8f5ff6c
commit
189aa52543
1 changed files with 2 additions and 2 deletions
|
@ -6306,7 +6306,7 @@ (define-public emacs-symbol-overlay
|
||||||
(define-public emacs-hl-todo
|
(define-public emacs-hl-todo
|
||||||
(package
|
(package
|
||||||
(name "emacs-hl-todo")
|
(name "emacs-hl-todo")
|
||||||
(version "3.0.0")
|
(version "3.1.2")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
|
@ -6315,7 +6315,7 @@ (define-public emacs-hl-todo
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"07xcc04ivpl5sbgb55qz84mz6wa500h0awzw1zq1ba5mfjjq8hls"))))
|
"1i5mdmkbrxqx75grwl01pywbgl8pasr00mq6fidspp0aligsbg6w"))))
|
||||||
(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…
Reference in a new issue