guix_mirror_bot pushed a commit to branch master
in repository guix.

commit 13f41cb44f59277c30eb83a06f2bb97d79536aeb
Author: Nicolas Goaziou <[email protected]>
AuthorDate: Sat Dec 6 09:33:01 2025 +0100

    gnu: emacs-hl-todo: Update to 3.9.2.
    
    * gnu/packages/emacs-xyz.scm (emacs-hl-todo): Update to 3.9.2.
    
    Change-Id: I4f4edcfc12ce5aa11d247f689e74d021fd159b2e
---
 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 f78dbdf8d9..7fb3d16f29 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -15483,7 +15483,7 @@ between symbols.")
 (define-public emacs-hl-todo
   (package
     (name "emacs-hl-todo")
-    (version "3.9.1")
+    (version "3.9.2")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -15492,7 +15492,7 @@ between symbols.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "1gzrlf151hbascalch8mar2l7ppgax7l6633ikw79g3ygf37fbrd"))))
+                "1ym4al62ljnpr6zk459qwl1as8hf8grvigh28h635bc5mv6qnaj3"))))
     (build-system emacs-build-system)
     (arguments (list #:tests? #f))      ; no tests
     (propagated-inputs

Reply via email to