~ruther/guix-local

94e91f4806dad6a2b88634c0e606179c6661f528 — Nicolas Goaziou 5 months ago 45bbc59
gnu: emacs-magit-todos: Update to 1.8.1.

* gnu/packages/emacs-xyz.scm (emacs-magit-todos): Update to 1.8.1.
[propagated-inputs]: Add emacs-cond-let.

Change-Id: I7bb0c195e4ec94a20a579630cd91e3a48dce9b25
1 files changed, 3 insertions(+), 2 deletions(-)

M gnu/packages/emacs-xyz.scm
M gnu/packages/emacs-xyz.scm => gnu/packages/emacs-xyz.scm +3 -2
@@ 33030,7 33030,7 @@ buffers – other modes on the TODO list).
(define-public emacs-magit-todos
  (package
    (name "emacs-magit-todos")
    (version "1.8")
    (version "1.8.1")
    (source
     (origin
       (method git-fetch)


@@ 33040,7 33040,7 @@ buffers – other modes on the TODO list).
       (file-name (git-file-name name version))
       (sha256
        (base32
         "0rjr5q73609bs8gx2h5lp7c7bk5nkplfqfd56ifwdrdzdfzn5khy"))
         "0wv64ihg90yfkzg1aayslq630704wlci39zdxcp3s2fn0fqr26zg"))
       (modules '((guix build utils)))
       (snippet #~(begin
                    (delete-file-recursively "screenshots")


@@ 33052,6 33052,7 @@ buffers – other modes on the TODO list).
     (list #:tests? #f)) ; No tests in source.
    (propagated-inputs
     (list emacs-async
           emacs-cond-let
           emacs-dash
           emacs-f
           emacs-hl-todo