gnu: emacs-magit-todos: Update to 1.6.
* gnu/packages/emacs-xyz.scm (emacs-magit-todos): Update to 1.6.master
parent
505c7afe37
commit
616ce7c959
|
@ -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
|
||||||
|
|
Reference in New Issue