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

* gnu/packages/emacs-xyz.scm (emacs-magit-todos): Update to 1.5.3.
This commit is contained in:
Nicolas Goaziou 2021-02-17 14:55:48 +01:00
parent 07aea714f8
commit 0ca8092399
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D

@ -19879,7 +19879,7 @@ buffers other modes on the TODO list).
(define-public emacs-magit-todos
(package
(name "emacs-magit-todos")
(version "1.4.1")
(version "1.5.3")
(source
(origin
(method git-fetch)
@ -19889,7 +19889,7 @@ buffers other modes on the TODO list).
(file-name (git-file-name name version))
(sha256
(base32
"1rcl6j53yabxqk3jzgaxvm3wqq7rayf1hdib2v2fapw5b0layym6"))))
"12ay02vk6bk77k33mhlqi41m03a77y80b15rj1dbh1n6jfrjwkfy"))))
(build-system emacs-build-system)
(propagated-inputs
`(("emacs-async" ,emacs-async)