GNU bug report logs -
#46753
[PATCH] gnu: notmuch: Update to 0.31.4.
Previous Next
Reported by: Xinglu Chen <public <at> yoctocell.xyz>
Date: Wed, 24 Feb 2021 14:21:02 UTC
Severity: normal
Tags: patch
Done: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your message dated Wed, 24 Feb 2021 17:02:37 +0100
with message-id <87wnuxfo82.fsf <at> 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 <at> gnu.org.)
--
46753: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=46753
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
* gnu/packages/mail.scm (notmuch): Update to 0.31.4.
Signed-off-by: Xinglu Chen <public <at> 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
[Message part 3 (message/rfc822, inline)]
Hello,
Xinglu Chen <public <at> yoctocell.xyz> writes:
> * gnu/packages/mail.scm (notmuch): Update to 0.31.4.
Applied. Thank you.
> Signed-off-by: Xinglu Chen <public <at> yoctocell.xyz>
Note that we do not sign off our own patches.
Regards,
--
Nicolas Goaziou
This bug report was last modified 4 years and 169 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.