guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: notmuch: Update to 0.32.2.


From: guix-commits
Subject: branch master updated: gnu: notmuch: Update to 0.32.2.
Date: Wed, 30 Jun 2021 03:51:48 -0400

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 1fef9a4  gnu: notmuch: Update to 0.32.2.
1fef9a4 is described below

commit 1fef9a442737dbdb82d4f6a3f5249207789d8d89
Author: Xinglu Chen <public@yoctocell.xyz>
AuthorDate: Sun Jun 27 15:20:42 2021 +0200

    gnu: notmuch: Update to 0.32.2.
    
    * gnu/packages/mail.scm (notmuch): Update to 0.32.2.
    
    Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
---
 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 6ed1c04..bfca298 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)



reply via email to

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