guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: emacs-hl-todo: Update to 3.1.2.


From: guix-commits
Subject: branch master updated: gnu: emacs-hl-todo: Update to 3.1.2.
Date: Mon, 03 Aug 2020 14:22:23 -0400

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 <mike@rohleder.de>
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 <go.wigust@gmail.com>
---
 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")



reply via email to

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