me
/
guix
Archived
1
0
Fork 0

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

* gnu/packages/emacs-xyz.scm (emacs-magit-todos): Update to 1.5.3.
master
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
1 changed files with 2 additions and 2 deletions

View File

@ -19879,7 +19879,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.4.1") (version "1.5.3")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -19889,7 +19889,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
"1rcl6j53yabxqk3jzgaxvm3wqq7rayf1hdib2v2fapw5b0layym6")))) "12ay02vk6bk77k33mhlqi41m03a77y80b15rj1dbh1n6jfrjwkfy"))))
(build-system emacs-build-system) (build-system emacs-build-system)
(propagated-inputs (propagated-inputs
`(("emacs-async" ,emacs-async) `(("emacs-async" ,emacs-async)