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:
Michael Rohleder 2020-08-03 14:37:58 +02:00 committed by Oleg Pykhalov
parent 4ad8f5ff6c
commit 189aa52543
No known key found for this signature in database
GPG key ID: 167F8EA5001AFA9C

View file

@ -6306,7 +6306,7 @@ (define-public emacs-symbol-overlay
(define-public emacs-hl-todo
(package
(name "emacs-hl-todo")
(version "3.0.0")
(version "3.1.2")
(source (origin
(method git-fetch)
(uri (git-reference
@ -6315,7 +6315,7 @@ (define-public emacs-hl-todo
(file-name (git-file-name name version))
(sha256
(base32
"07xcc04ivpl5sbgb55qz84mz6wa500h0awzw1zq1ba5mfjjq8hls"))))
"1i5mdmkbrxqx75grwl01pywbgl8pasr00mq6fidspp0aligsbg6w"))))
(build-system emacs-build-system)
(home-page "https://github.com/tarsius/hl-todo")
(synopsis "Emacs mode to highlight TODO and similar keywords")