gnu: emacs-magit-todos: Update to 1.7.1.

* gnu/packages/emacs-xyz.scm (emacs-magit-todos): Update to 1.7.1.

Change-Id: Ifee7413c420a8ebb71926cf45ab43e33e820ebd4
This commit is contained in:
Nicolas Goaziou 2024-02-22 14:44:00 +01:00
parent 3f1a924783
commit 0a0a611d71
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -28319,7 +28319,7 @@ buffers other modes on the TODO list).
(define-public emacs-magit-todos (define-public emacs-magit-todos
(package (package
(name "emacs-magit-todos") (name "emacs-magit-todos")
(version "1.7") (version "1.7.1")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -28329,7 +28329,7 @@ buffers other modes on the TODO list).
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32
"1zjlf3bhz0a7r9sa5ic22vwr2w1zxbfk9z545pdd1fvp00c2kzd0")))) "1y5l36ig0q5dqgijw916zgaz68kphg7k6kxs560vrfwkfn0cy59d"))))
(build-system emacs-build-system) (build-system emacs-build-system)
(propagated-inputs (propagated-inputs
(list emacs-async (list emacs-async