mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 22:38:07 -05:00
gnu: emacs-magit-todos: Update to 1.7.
* gnu/packages/emacs-xyz.scm (emacs-magit-todos): Update to 1.7.
This commit is contained in:
parent
ff051fdbc3
commit
915f7f0c9a
1 changed files with 2 additions and 2 deletions
|
@ -27455,7 +27455,7 @@ (define-public emacs-pcre2el
|
|||
(define-public emacs-magit-todos
|
||||
(package
|
||||
(name "emacs-magit-todos")
|
||||
(version "1.6")
|
||||
(version "1.7")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -27465,7 +27465,7 @@ (define-public emacs-magit-todos
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"184b650lsq9h93ibx8lmr9xn5kjmr0czxx2vzdn8frkbrhdig0sw"))))
|
||||
"1zjlf3bhz0a7r9sa5ic22vwr2w1zxbfk9z545pdd1fvp00c2kzd0"))))
|
||||
(build-system emacs-build-system)
|
||||
(propagated-inputs
|
||||
(list emacs-async
|
||||
|
|
Loading…
Reference in a new issue