guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/02: gnu: emacs-hl-todo: Update to 1.8.0.


From: Alex Kost
Subject: 01/02: gnu: emacs-hl-todo: Update to 1.8.0.
Date: Wed, 22 Nov 2017 11:41:42 -0500 (EST)

alezost pushed a commit to branch master
in repository guix.

commit f61aaaf36c41a7c9c6dd9a7314757f9b371a1707
Author: Alex Kost <address@hidden>
Date:   Tue Nov 21 21:54:32 2017 +0300

    gnu: emacs-hl-todo: Update to 1.8.0.
    
    * gnu/packages/emacs.scm (emacs-hl-todo): Update to 1.8.0.
---
 gnu/packages/emacs.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm
index e7e93f1..b79de35 100644
--- a/gnu/packages/emacs.scm
+++ b/gnu/packages/emacs.scm
@@ -3014,7 +3014,7 @@ regardless of @code{highlight-symbol-idle-delay}.
 (define-public emacs-hl-todo
   (package
     (name "emacs-hl-todo")
-    (version "1.7.4")
+    (version "1.8.0")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -3023,7 +3023,7 @@ regardless of @code{highlight-symbol-idle-delay}.
               (file-name (string-append "hl-todo-" version ".el"))
               (sha256
                (base32
-                "016ivl4s0ysrm1xbfi86j5xcs759fcb0mkspxw81x8mpi3yb46ya"))))
+                "0g0h9v4572p7mcird8wsj1c41haf60krslm6mlpi4mdbh248kv6z"))))
     (build-system emacs-build-system)
     (home-page "https://github.com/tarsius/hl-todo";)
     (synopsis "Emacs mode to highlight TODO and similar keywords")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]