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

* gnu/packages/emacs-xyz.scm (emacs-magit-todos): Update to 1.1.7.
master
Pierre Neidhardt 2019-03-04 08:24:41 +01:00
parent d60213967a
commit 3a56c51836
No known key found for this signature in database
GPG Key ID: 9BDCF497A4BBCC7F
1 changed files with 2 additions and 2 deletions

View File

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