diff options
author | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2024-01-22 09:32:57 +0100 |
---|---|---|
committer | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2024-01-22 09:32:57 +0100 |
commit | 9b65b60b976c215ccf4e619c90b90e907ff82bf4 (patch) | |
tree | a77d4a2000a4377e3c4703b1c9d3d1b0925be827 /gnu/packages/mail.scm | |
parent | 48c52ed486c8e9cd69dcdc51bd7b4db660f01155 (diff) |
gnu: notmuch: Update to 0.38.2.
* gnu/packages/mail.scm (notmuch): Update to 0.38.2.
* gnu/packages/patches/notmuch-emacs-test-output.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Apply file deletion.
Change-Id: I60d0487f2258ed5ef8602de7a624686c5f012a4f
Diffstat (limited to 'gnu/packages/mail.scm')
-rw-r--r-- | gnu/packages/mail.scm | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm index 4466e5e6d9..4fe3673a72 100644 --- a/gnu/packages/mail.scm +++ b/gnu/packages/mail.scm @@ -1373,17 +1373,14 @@ invoking @command{notifymuch} from the post-new hook.") (define-public notmuch (package (name "notmuch") - (version "0.37") + (version "0.38.2") (source (origin (method url-fetch) (uri (string-append "https://notmuchmail.org/releases/notmuch-" version ".tar.xz")) (sha256 - (base32 "1xl64xh0ijfkx265lcj9cqv1wkzha8gsn9jn4fw4xgvqigr6sxhf")) - (patches - ;; Output for some tests varies slightly in Emacs 29. - (search-patches "notmuch-emacs-test-output.patch")))) + (base32 "0zll3s39s065pl9228xpklkjklllkyb3bf1szh0fw0rbfkjfp0jj")))) (build-system gnu-build-system) (arguments (list |