mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-02 09:28:57 -05:00
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
1 changed files with 3 additions and 3 deletions
|
@ -29418,7 +29418,7 @@ (define-public emacs-helm-notmuch
|
|||
(define-public emacs-notmuch-maildir
|
||||
(package
|
||||
(name "emacs-notmuch-maildir")
|
||||
(version "0.2.1")
|
||||
(version "0.2.2")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -29427,10 +29427,10 @@ (define-public emacs-notmuch-maildir
|
|||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "1fqnx6hhg0cqj82yjpl7llg6vvppc3y8q9k6g67mqr7z3712bw0x"))))
|
||||
(base32 "09f5g2xll2wh9jkd8crgngnbhxxkiy1rqsjg5g4c0i3hdyk4c3s5"))))
|
||||
(build-system emacs-build-system)
|
||||
(propagated-inputs
|
||||
(list emacs-notmuch))
|
||||
(list emacs-compat emacs-notmuch))
|
||||
(home-page "https://git.sr.ht/~tarsius/notmuch-maildir")
|
||||
(synopsis "Visualize maildirs as a tree")
|
||||
(description
|
||||
|
|
Loading…
Reference in a new issue