gnu: emacs-notmuch-maildir: Update to 0.2.2.
* gnu/packages/emacs-xyz.scm (emacs-notmuch-maildir): Update to 0.2.2. [propagated-inputs]: Add EMACS-COMPAT.
This commit is contained in:
parent
7945a35141
commit
0e570b1726
@ -29418,7 +29418,7 @@ real search.")
|
|||||||
(define-public emacs-notmuch-maildir
|
(define-public emacs-notmuch-maildir
|
||||||
(package
|
(package
|
||||||
(name "emacs-notmuch-maildir")
|
(name "emacs-notmuch-maildir")
|
||||||
(version "0.2.1")
|
(version "0.2.2")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
@ -29427,10 +29427,10 @@ real search.")
|
|||||||
(commit (string-append "v" version))))
|
(commit (string-append "v" version))))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1fqnx6hhg0cqj82yjpl7llg6vvppc3y8q9k6g67mqr7z3712bw0x"))))
|
(base32 "09f5g2xll2wh9jkd8crgngnbhxxkiy1rqsjg5g4c0i3hdyk4c3s5"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list emacs-notmuch))
|
(list emacs-compat emacs-notmuch))
|
||||||
(home-page "https://git.sr.ht/~tarsius/notmuch-maildir")
|
(home-page "https://git.sr.ht/~tarsius/notmuch-maildir")
|
||||||
(synopsis "Visualize maildirs as a tree")
|
(synopsis "Visualize maildirs as a tree")
|
||||||
(description
|
(description
|
||||||
|
Loading…
Reference in New Issue
Block a user