guix-commits
[Top][All Lists]
Advanced

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

06/07: gnu: emacs-hl-todo: Update to 1.7.1.


From: Alex Kost
Subject: 06/07: gnu: emacs-hl-todo: Update to 1.7.1.
Date: Sat, 8 Oct 2016 18:06:54 +0000 (UTC)

alezost pushed a commit to branch master
in repository guix.

commit 35d1ade76d83b19e6bb0bc3f8209780cab82a441
Author: Alex Kost <address@hidden>
Date:   Fri Oct 7 18:23:40 2016 +0300

    gnu: emacs-hl-todo: Update to 1.7.1.
    
    * gnu/packages/emacs.scm (emacs-hl-todo): Update to 1.7.1.
---
 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 168035e..eb5fc70 100644
--- a/gnu/packages/emacs.scm
+++ b/gnu/packages/emacs.scm
@@ -2159,7 +2159,7 @@ well as completely new features.")
 (define-public emacs-hl-todo
   (package
     (name "emacs-hl-todo")
-    (version "1.7.0")
+    (version "1.7.1")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -2168,7 +2168,7 @@ well as completely new features.")
               (file-name (string-append "hl-todo-" version ".el"))
               (sha256
                (base32
-                "18zydm43zajlglhgr0bhdkd4pln27amd063k2ql6p1mvyam3j8ia"))))
+                "0flhz9vy8w1vvwwji92pi5k4659hl368bakj2qf2zfd26z8x583h"))))
     (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]