gnu: emacs-hl-todo: Update to 1.9.0.

* gnu/packages/emacs.scm (emacs-hl-todo): Update to 1.9.0.
This commit is contained in:
Pierre Neidhardt 2018-09-12 19:50:41 +02:00
parent 4a89bdd196
commit 4fa7f29f2a
No known key found for this signature in database
GPG Key ID: 9BDCF497A4BBCC7F
1 changed files with 2 additions and 2 deletions

View File

@ -3488,7 +3488,7 @@ regardless of @code{highlight-symbol-idle-delay}.
(define-public emacs-hl-todo
(package
(name "emacs-hl-todo")
(version "1.8.0")
(version "1.9.0")
(source (origin
(method url-fetch)
(uri (string-append
@ -3497,7 +3497,7 @@ regardless of @code{highlight-symbol-idle-delay}.
(file-name (string-append "hl-todo-" version ".el"))
(sha256
(base32
"0g0h9v4572p7mcird8wsj1c41haf60krslm6mlpi4mdbh248kv6z"))))
"0728givzh7xv5i88ac9if8byj1p8bilrj1fnizca10s0rv100hdr"))))
(build-system emacs-build-system)
(home-page "https://github.com/tarsius/hl-todo")
(synopsis "Emacs mode to highlight TODO and similar keywords")