This is an automated email from the git hooks/post-receive script. ngz pushed a commit to branch master in repository guix.
The following commit(s) were added to refs/heads/master by this push: new 549aa66 gnu: notmuch: Update to 0.34.2. 549aa66 is described below commit 549aa66e468ae2a3e4e033c256c05d23c62de80e Author: Nicolas Goaziou <m...@nicolasgoaziou.fr> AuthorDate: Fri Dec 10 09:01:59 2021 +0100 gnu: notmuch: Update to 0.34.2. * gnu/packages/mail.scm (notmuch): Update to 0.34.2. --- gnu/packages/mail.scm | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm index fbbc038..83ffb57 100644 --- a/gnu/packages/mail.scm +++ b/gnu/packages/mail.scm @@ -1350,14 +1350,14 @@ invoking @command{notifymuch} from the post-new hook.") (define-public notmuch (package (name "notmuch") - (version "0.34.1") - (source (origin - (method url-fetch) - (uri (string-append "https://notmuchmail.org/releases/notmuch-" - version ".tar.xz")) - (sha256 - (base32 - "05nq64gp8vnrwrl22d60v7ixgdhm9339ajhcdfkq0ll1qiycyyj5")))) + (version "0.34.2") + (source + (origin + (method url-fetch) + (uri (string-append "https://notmuchmail.org/releases/notmuch-" + version ".tar.xz")) + (sha256 + (base32 "1ls7dbgqhvyn9arf1r1jijfllypylgr5l86p489732gn8zpcxwn1")))) (build-system gnu-build-system) (arguments `(#:make-flags