This is an automated email from the git hooks/post-receive script.
wigust pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new 189aa52 gnu: emacs-hl-todo: Update to 3.1.2.
189aa52 is described below
commit 189aa52543cbe731806fa4bc395769ffc9808ab1
Author: Michael Rohleder <[email protected]>
AuthorDate: Mon Aug 3 14:37:58 2020 +0200
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 <[email protected]>
---
gnu/packages/emacs-xyz.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 9d4e422c..eff5bfb 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -6306,7 +6306,7 @@ between symbols.")
(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 @@ between symbols.")
(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")