Archived
1
0
Fork 0

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

* gnu/packages/emacs-xyz.scm (emacs-hl-todo): Update to 3.0.0.

Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
This commit is contained in:
Brian Leung 2019-05-05 02:31:02 +02:00 committed by Ricardo Wurmus
parent 46ce12d0a3
commit e77787ca91
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -4105,16 +4105,16 @@ regardless of @code{highlight-symbol-idle-delay}.
(define-public emacs-hl-todo (define-public emacs-hl-todo
(package (package
(name "emacs-hl-todo") (name "emacs-hl-todo")
(version "1.9.0") (version "3.0.0")
(source (origin (source (origin
(method url-fetch) (method git-fetch)
(uri (string-append (uri (git-reference
"https://raw.githubusercontent.com/tarsius/hl-todo/" (url "https://github.com/tarsius/hl-todo")
version "/hl-todo.el")) (commit (string-append "v" version))))
(file-name (string-append "hl-todo-" version ".el")) (file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32
"0728givzh7xv5i88ac9if8byj1p8bilrj1fnizca10s0rv100hdr")))) "07xcc04ivpl5sbgb55qz84mz6wa500h0awzw1zq1ba5mfjjq8hls"))))
(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")