me
/
guix
Archived
1
0
Fork 0

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

* gnu/packages/emacs-xyz.scm (emacs-magit-todos): Update to 1.6.
master
Nicolas Goaziou 2023-03-08 15:46:33 +01:00
parent 505c7afe37
commit 616ce7c959
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 2 additions and 2 deletions

View File

@ -26022,7 +26022,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.5.3") (version "1.6")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -26032,7 +26032,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
"12ay02vk6bk77k33mhlqi41m03a77y80b15rj1dbh1n6jfrjwkfy")))) "184b650lsq9h93ibx8lmr9xn5kjmr0czxx2vzdn8frkbrhdig0sw"))))
(build-system emacs-build-system) (build-system emacs-build-system)
(propagated-inputs (propagated-inputs
(list emacs-async (list emacs-async