all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#49241] [PATCH] gnu: notmuch: Update to 0.32.2.
@ 2021-06-27 13:20 Xinglu Chen
  2021-06-30  7:52 ` bug#49241: " Nicolas Goaziou
  0 siblings, 1 reply; 2+ messages in thread
From: Xinglu Chen @ 2021-06-27 13:20 UTC (permalink / raw)
  To: 49241

* gnu/packages/mail.scm (notmuch): Update to 0.32.2.
---
 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 6ed1c04c9e..bfca298808 100644
--- a/gnu/packages/mail.scm
+++ b/gnu/packages/mail.scm
@@ -1331,14 +1331,14 @@ invoking @command{notifymuch} from the post-new hook.")
 (define-public notmuch
   (package
     (name "notmuch")
-    (version "0.32.1")
+    (version "0.32.2")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://notmuchmail.org/releases/notmuch-"
                                   version ".tar.xz"))
               (sha256
                (base32
-                "0586d13ssygapjdri4cl25wzywivwsbxpjm6xlgxj6f9ii7clix7"))))
+                "1myylb19hj5nb1vriqng252vfjwwkgbi3gxj93pi2q1fzyw7w2lf"))))
     (build-system gnu-build-system)
     (arguments
      `(#:modules ((guix build gnu-build-system)

base-commit: 41aec416ce8a18f4ba764757103ea9524a30959d
-- 
2.32.0






^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#49241: [PATCH] gnu: notmuch: Update to 0.32.2.
  2021-06-27 13:20 [bug#49241] [PATCH] gnu: notmuch: Update to 0.32.2 Xinglu Chen
@ 2021-06-30  7:52 ` Nicolas Goaziou
  0 siblings, 0 replies; 2+ messages in thread
From: Nicolas Goaziou @ 2021-06-30  7:52 UTC (permalink / raw)
  To: Xinglu Chen; +Cc: 49241-done

Hello,

Xinglu Chen <public@yoctocell.xyz> writes:

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

Applied. Thank you.

Regards,
-- 
Nicolas Goaziou




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-06-30  7:53 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-27 13:20 [bug#49241] [PATCH] gnu: notmuch: Update to 0.32.2 Xinglu Chen
2021-06-30  7:52 ` bug#49241: " Nicolas Goaziou

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.