mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 13:58:15 -05:00
gnu: emacs-consult-notmuch: Update to 0.8.
* gnu/packages/emacs-xyz.scm (emacs-consult-notmuch): Update to 0.8. [description]: Use proper capitalization.
This commit is contained in:
parent
b5238238a9
commit
f151a729bf
1 changed files with 3 additions and 3 deletions
|
@ -9851,7 +9851,7 @@ (define-public emacs-consult-dir
|
||||||
(define-public emacs-consult-notmuch
|
(define-public emacs-consult-notmuch
|
||||||
(package
|
(package
|
||||||
(name "emacs-consult-notmuch")
|
(name "emacs-consult-notmuch")
|
||||||
(version "0.7")
|
(version "0.8")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -9860,14 +9860,14 @@ (define-public emacs-consult-notmuch
|
||||||
(commit version)))
|
(commit version)))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0xzpkpf2sb89qkbqcrwddp4pgnzdjp40bc5da22jq9r4pf67y7qs"))))
|
(base32 "18r47cj89qli534irah3lwwzsnik5bcf61clnrkhafqv9y51m67z"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list emacs-consult emacs-notmuch))
|
(list emacs-consult emacs-notmuch))
|
||||||
(home-page "https://codeberg.org/jao/consult-notmuch")
|
(home-page "https://codeberg.org/jao/consult-notmuch")
|
||||||
(synopsis "Search and preview Notmuch emails using Consult")
|
(synopsis "Search and preview Notmuch emails using Consult")
|
||||||
(description
|
(description
|
||||||
"This package provides two commands using consult to query Notmuch emails
|
"This package provides two commands using Consult to query Notmuch emails
|
||||||
and present results either as single emails or full trees.")
|
and present results either as single emails or full trees.")
|
||||||
(license license:gpl3+)))
|
(license license:gpl3+)))
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue