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.4.2.


From: guix-commits
Subject: branch master updated: gnu: emacs-hl-todo: Update to 3.4.2.
Date: Mon, 11 Jul 2022 05:55:33 -0400

This is an automated email from the git hooks/post-receive script.

ngz pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 7a7d4d1122 gnu: emacs-hl-todo: Update to 3.4.2.
7a7d4d1122 is described below

commit 7a7d4d11227e50c9d6684a211b7da44cb41b19c4
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Mon Jul 11 11:54:51 2022 +0200

    gnu: emacs-hl-todo: Update to 3.4.2.
    
    * gnu/packages/emacs-xyz.scm (emacs-hl-todo): Update to 3.4.2.
---
 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 ba54ed2c47..20d946c76a 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -9280,7 +9280,7 @@ between symbols.")
 (define-public emacs-hl-todo
   (package
     (name "emacs-hl-todo")
-    (version "3.3.0")
+    (version "3.4.2")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -9289,7 +9289,7 @@ between symbols.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "0bdwdp8d0g7n0kv6l4h7alya3z6fsfi618dzw5x8f2az3r87yg8y"))))
+                "03i3dvg7scvbxx6z07916zqc7p8w5s9nxv4v2phr68046zjz05dw"))))
     (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]