emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#46753: closed ([PATCH] gnu: notmuch: Update to 0.31.4.)


From: GNU bug Tracking System
Subject: bug#46753: closed ([PATCH] gnu: notmuch: Update to 0.31.4.)
Date: Wed, 24 Feb 2021 16:03:02 +0000

Your message dated Wed, 24 Feb 2021 17:02:37 +0100
with message-id <87wnuxfo82.fsf@nicolasgoaziou.fr>
and subject line Re: [bug#46753] [PATCH] gnu: notmuch: Update to 0.31.4.
has caused the debbugs.gnu.org bug report #46753,
regarding [PATCH] gnu: notmuch: Update to 0.31.4.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
46753: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=46753
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] gnu: notmuch: Update to 0.31.4. Date: Wed, 24 Feb 2021 15:20:33 +0100
* 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





--- End Message ---
--- Begin Message --- Subject: Re: [bug#46753] [PATCH] gnu: notmuch: Update to 0.31.4. Date: Wed, 24 Feb 2021 17:02:37 +0100 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.1 (gnu/linux)
Hello,

Xinglu Chen <public@yoctocell.xyz> writes:

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

Applied. Thank you.

> Signed-off-by: Xinglu Chen <public@yoctocell.xyz>

Note that we do not sign off our own patches.

Regards,
-- 
Nicolas Goaziou


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]