guix_mirror_bot pushed a commit to branch master
in repository guix.
commit 3bc49c3ed7481fe5907fc7c69a1eafbb7d286c78
Author: Nicolas Goaziou <[email protected]>
AuthorDate: Sat Jan 31 14:52:18 2026 +0100
gnu: emacs-hl-todo: Update to 3.9.3.
* gnu/packages/emacs-xyz.scm (emacs-hl-todo): Update to 3.9.3.
Change-Id: Ica758fc9660fc5bd136a311ade82bc6ce917c881
---
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 13a660dda2..7d8c48e24f 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -15723,7 +15723,7 @@ between symbols.")
(define-public emacs-hl-todo
(package
(name "emacs-hl-todo")
- (version "3.9.2")
+ (version "3.9.3")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -15732,7 +15732,7 @@ between symbols.")
(file-name (git-file-name name version))
(sha256
(base32
- "1ym4al62ljnpr6zk459qwl1as8hf8grvigh28h635bc5mv6qnaj3"))))
+ "01rfyp1iqiyp8k7fg16ji8p2dp74ffdhl4bdikfxb2sz4jbz8x80"))))
(build-system emacs-build-system)
(arguments (list #:tests? #f)) ; no tests
(propagated-inputs