guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: emacs-hl-todo: Update to 1.9.0.


From: Pierre Neidhardt
Subject: 01/01: gnu: emacs-hl-todo: Update to 1.9.0.
Date: Wed, 12 Sep 2018 13:51:31 -0400 (EDT)

ambrevar pushed a commit to branch master
in repository guix.

commit 4fa7f29f2ad7867f348e39e465c29f466203126c
Author: Pierre Neidhardt <address@hidden>
Date:   Wed Sep 12 19:50:41 2018 +0200

    gnu: emacs-hl-todo: Update to 1.9.0.
    
    * gnu/packages/emacs.scm (emacs-hl-todo): Update to 1.9.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 12e5823..9898767 100644
--- a/gnu/packages/emacs.scm
+++ b/gnu/packages/emacs.scm
@@ -3488,7 +3488,7 @@ regardless of @code{highlight-symbol-idle-delay}.
 (define-public emacs-hl-todo
   (package
     (name "emacs-hl-todo")
-    (version "1.8.0")
+    (version "1.9.0")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -3497,7 +3497,7 @@ regardless of @code{highlight-symbol-idle-delay}.
               (file-name (string-append "hl-todo-" version ".el"))
               (sha256
                (base32
-                "0g0h9v4572p7mcird8wsj1c41haf60krslm6mlpi4mdbh248kv6z"))))
+                "0728givzh7xv5i88ac9if8byj1p8bilrj1fnizca10s0rv100hdr"))))
     (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]