me
/
guix
Archived
1
0
Fork 0

gnu: emacs-ol-notmuch: Update to 2.0.1.

* gnu/packages/emacs-xyz.scm (emacs-ol-notmuch): Update to 2.0.1.
master
Nicolas Goaziou 2023-05-21 14:25:03 +02:00
parent 4ed7039379
commit 2eff87d91e
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 21 additions and 23 deletions

View File

@ -8161,32 +8161,30 @@ src blocks.")
(license license:gpl3+))) (license license:gpl3+)))
(define-public emacs-ol-notmuch (define-public emacs-ol-notmuch
(let ((commit "1a53d6c707514784cabf33d865b577bf77f45913") (package
(revision "0")) (name "emacs-ol-notmuch")
(package (version "2.0.1")
(name "emacs-ol-notmuch") (source
(version (git-version "2.0.0" revision commit)) (origin
(source (method git-fetch)
(origin (uri (git-reference
(method git-fetch) (url "https://git.sr.ht/~tarsius/ol-notmuch")
(uri (git-reference (commit (string-append "v" version))))
(url "https://git.sr.ht/~tarsius/ol-notmuch") (sha256
(commit commit))) (base32
(sha256 "1rlpl3kb709q5brkjrrpirdnhvyh447q93li9lgfz67yya29rfqd"))
(base32 (file-name (git-file-name name version))))
"16p7j51z8r047alwn2hkb6944f7ds29ckb97b4k8ia00vwch0d67")) (build-system emacs-build-system)
(file-name (git-file-name name version)))) (propagated-inputs
(build-system emacs-build-system) (list emacs-compat emacs-notmuch emacs-org))
(propagated-inputs (home-page "https://git.sr.ht/~tarsius/ol-notmuch")
(list emacs-compat emacs-notmuch emacs-org)) (synopsis "Links to notmuch messages for Emacs' Org mode")
(home-page "https://git.sr.ht/~tarsius/ol-notmuch") (description
(synopsis "Links to notmuch messages for Emacs' Org mode") "This package implements links to Notmuch messages and searches for
(description
"This package implements links to Notmuch messages and searches for
Emacs' Org mode. A search is a query to be performed by Notmuch; it is the Emacs' Org mode. A search is a query to be performed by Notmuch; it is the
equivalent to folders in other mail clients. Similarly, mails are referred to equivalent to folders in other mail clients. Similarly, mails are referred to
by a query, so both a link can refer to several mails.") by a query, so both a link can refer to several mails.")
(license license:gpl3+)))) (license license:gpl3+)))
(define-public emacs-debbugs (define-public emacs-debbugs
(package (package