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

* gnu/packages/emacs.scm (emacs-hl-todo): Update to 1.8.0.
This commit is contained in:
Alex Kost 2017-11-21 21:54:32 +03:00
parent 77f921587c
commit f61aaaf36c
No known key found for this signature in database
GPG key ID: 82460C082A0EE98F

View file

@ -3014,7 +3014,7 @@ (define-public emacs-highlight-symbol
(define-public emacs-hl-todo (define-public emacs-hl-todo
(package (package
(name "emacs-hl-todo") (name "emacs-hl-todo")
(version "1.7.4") (version "1.8.0")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append (uri (string-append
@ -3023,7 +3023,7 @@ (define-public emacs-hl-todo
(file-name (string-append "hl-todo-" version ".el")) (file-name (string-append "hl-todo-" version ".el"))
(sha256 (sha256
(base32 (base32
"016ivl4s0ysrm1xbfi86j5xcs759fcb0mkspxw81x8mpi3yb46ya")))) "0g0h9v4572p7mcird8wsj1c41haf60krslm6mlpi4mdbh248kv6z"))))
(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")