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

* gnu/packages/emacs-xyz.scm (emacs-magit-todos): Update to 1.4.

Signed-off-by: Oleg Pykhalov <go.wigust@gmail.com>
master
Brian Leung 2019-08-09 18:15:14 +02:00 committed by Oleg Pykhalov
parent 37d40fa509
commit 36d4926949
No known key found for this signature in database
GPG Key ID: 167F8EA5001AFA9C
1 changed files with 2 additions and 2 deletions

View File

@ -14385,7 +14385,7 @@ buffers other modes on the TODO list).
(define-public emacs-magit-todos
(package
(name "emacs-magit-todos")
(version "1.3")
(version "1.4")
(source
(origin
(method git-fetch)
@ -14395,7 +14395,7 @@ buffers other modes on the TODO list).
(file-name (git-file-name name version))
(sha256
(base32
"0gfm6wn2a4v5i9lfsvvin0kwpr9n96ddm3z4yf50jd3kg2igzry1"))))
"09pjb4k409gc0h51vb5az1shx02c1hx8cnvhi529n7dm4maildg5"))))
(build-system emacs-build-system)
(propagated-inputs
`(("emacs-async" ,emacs-async)