all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Xinglu Chen <public@yoctocell.xyz>
To: 46753@debbugs.gnu.org
Subject: [bug#46753] [PATCH] gnu: notmuch: Update to 0.31.4.
Date: Wed, 24 Feb 2021 15:20:33 +0100	[thread overview]
Message-ID: <ffd5ea94dc72d08cbf0da666eabd2997be0074c4.1614176317.git.public@yoctocell.xyz> (raw)

* gnu/packages/mail.scm (notmuch): Update to 0.31.4.

Signed-off-by: Xinglu Chen <public@yoctocell.xyz>
---
 gnu/packages/mail.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm
index 6b1dbdf92a..bd2e48d533 100644
--- a/gnu/packages/mail.scm
+++ b/gnu/packages/mail.scm
@@ -1249,14 +1249,14 @@ invoking @command{notifymuch} from the post-new hook.")
 (define-public notmuch
   (package
     (name "notmuch")
-    (version "0.31.3")
+    (version "0.31.4")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://notmuchmail.org/releases/notmuch-"
                                   version ".tar.xz"))
               (sha256
                (base32
-                "1jisflxdly1nlyy17212ch3hk96dns4j9f5552jz724gs2p42h28"))))
+                "0magnyjjhhv11nwcm2596hdxszrj61y69i0hmwqdc3v6cxjvcqc6"))))
     (build-system gnu-build-system)
     (arguments
      `(#:modules ((guix build gnu-build-system)

base-commit: 95b3e16a3d1d79a7bd58a57187b039a08d3719eb
-- 
2.30.0






             reply	other threads:[~2021-02-24 15:13 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-02-24 14:20 Xinglu Chen [this message]
2021-02-24 16:02 ` bug#46753: [PATCH] gnu: notmuch: Update to 0.31.4 Nicolas Goaziou
2021-02-24 17:00   ` [bug#46753] " Xinglu Chen

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=ffd5ea94dc72d08cbf0da666eabd2997be0074c4.1614176317.git.public@yoctocell.xyz \
    --to=public@yoctocell.xyz \
    --cc=46753@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.