mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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:
parent
3f381ec7bb
commit
7cb74bb530
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue