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

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

Change-Id: Ie7b0f97130077097002c5ba5ee41fec96f0137dc
This commit is contained in:
Nicolas Goaziou 2024-10-12 11:43:01 +02:00
parent 3f381ec7bb
commit 7cb74bb530
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -29617,17 +29617,17 @@ buffers other modes on the TODO list).
(define-public emacs-magit-todos
(package
(name "emacs-magit-todos")
(version "1.7.2")
(version "1.8")
(source
(origin
(method git-fetch)
(uri (git-reference
(url "https://github.com/alphapapa/magit-todos")
(commit version)))
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32
"1ygn1498ji785bkbi7ziazk1bkzinq5srpjh2yhw70v3cr5sfk8g"))))
"0rjr5q73609bs8gx2h5lp7c7bk5nkplfqfd56ifwdrdzdfzn5khy"))))
(build-system emacs-build-system)
(propagated-inputs
(list emacs-async