1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-20 17:20:32 +02:00

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

* gnu/packages/emacs-xyz.scm (emacs-magit-todos): Update to 1.2.
This commit is contained in:
Brian Leung
2019-06-15 04:33:25 +02:00
committed by Nicolas Goaziou
parent 94a8f410f2
commit b418dc6057

View File

@@ -13602,7 +13602,7 @@ buffers other modes on the TODO list).
(define-public emacs-magit-todos
(package
(name "emacs-magit-todos")
(version "1.1.7")
(version "1.2")
(source
(origin
(method git-fetch)
@@ -13612,7 +13612,7 @@ buffers other modes on the TODO list).
(file-name (git-file-name name version))
(sha256
(base32
"0qagdxpik64n4rw9scy451ws5sw00v64ri9g2dcw7b66bx2c6c6w"))))
"17a18gszbypz82bj36xbfyykc4s9rz83vwmpxvlf65svhd51c0nh"))))
(build-system emacs-build-system)
(propagated-inputs
`(("emacs-async" ,emacs-async)