guix_mirror_bot pushed a commit to branch master
in repository guix.
commit 94e91f4806dad6a2b88634c0e606179c6661f528
Author: Nicolas Goaziou <[email protected]>
AuthorDate: Fri Oct 10 11:13:47 2025 +0200
gnu: emacs-magit-todos: Update to 1.8.1.
* gnu/packages/emacs-xyz.scm (emacs-magit-todos): Update to 1.8.1.
[propagated-inputs]: Add emacs-cond-let.
Change-Id: I7bb0c195e4ec94a20a579630cd91e3a48dce9b25
---
gnu/packages/emacs-xyz.scm | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 3e816b6c10..1acefb07a9 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -33030,7 +33030,7 @@ buffers – other modes on the TODO list).
(define-public emacs-magit-todos
(package
(name "emacs-magit-todos")
- (version "1.8")
+ (version "1.8.1")
(source
(origin
(method git-fetch)
@@ -33040,7 +33040,7 @@ buffers – other modes on the TODO list).
(file-name (git-file-name name version))
(sha256
(base32
- "0rjr5q73609bs8gx2h5lp7c7bk5nkplfqfd56ifwdrdzdfzn5khy"))
+ "0wv64ihg90yfkzg1aayslq630704wlci39zdxcp3s2fn0fqr26zg"))
(modules '((guix build utils)))
(snippet #~(begin
(delete-file-recursively "screenshots")
@@ -33052,6 +33052,7 @@ buffers – other modes on the TODO list).
(list #:tests? #f)) ; No tests in source.
(propagated-inputs
(list emacs-async
+ emacs-cond-let
emacs-dash
emacs-f
emacs-hl-todo