3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

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

* gnu/packages/emacs.scm (emacs-hl-todo): Update to 1.7.4.
This commit is contained in:
Alex Kost 2016-11-27 21:58:21 +03:00
parent 951581a2d6
commit 4e0d9fce5a
No known key found for this signature in database
GPG key ID: 82460C082A0EE98F

View file

@ -2286,7 +2286,7 @@ well as completely new features.")
(define-public emacs-hl-todo
(package
(name "emacs-hl-todo")
(version "1.7.1")
(version "1.7.4")
(source (origin
(method url-fetch)
(uri (string-append
@ -2295,7 +2295,7 @@ well as completely new features.")
(file-name (string-append "hl-todo-" version ".el"))
(sha256
(base32
"0flhz9vy8w1vvwwji92pi5k4659hl368bakj2qf2zfd26z8x583h"))))
"016ivl4s0ysrm1xbfi86j5xcs759fcb0mkspxw81x8mpi3yb46ya"))))
(build-system emacs-build-system)
(home-page "https://github.com/tarsius/hl-todo")
(synopsis "Emacs mode to highlight TODO and similar keywords")