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

* gnu/packages/emacs-xyz.scm (emacs-magit-todos): Update to 1.2.
master
Brian Leung 2019-06-15 04:33:25 +02:00 committed by Nicolas Goaziou
parent 94a8f410f2
commit b418dc6057
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 2 additions and 2 deletions

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)