gnu: emacs-magit-todos: Update to 1.7.2.
* gnu/packages/emacs-xyz.scm (emacs-magit-todos): Update to 1.7.2. Change-Id: Iecfa65502646b50df785f72fc30cefa3345b53ecmaster
parent
2078fa7675
commit
5039c18da8
|
@ -28458,7 +28458,7 @@ buffers – other modes on the TODO list).
|
||||||
(define-public emacs-magit-todos
|
(define-public emacs-magit-todos
|
||||||
(package
|
(package
|
||||||
(name "emacs-magit-todos")
|
(name "emacs-magit-todos")
|
||||||
(version "1.7.1")
|
(version "1.7.2")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -28468,7 +28468,7 @@ buffers – other modes on the TODO list).
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1y5l36ig0q5dqgijw916zgaz68kphg7k6kxs560vrfwkfn0cy59d"))))
|
"1ygn1498ji785bkbi7ziazk1bkzinq5srpjh2yhw70v3cr5sfk8g"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list emacs-async
|
(list emacs-async
|
||||||
|
|
Reference in New Issue