diff mbox series

[bug#50585] gnu: notmuch: Update to 0.33.1.

Message ID ccfd9931a7e088b346f5e71a0099fde7fd5580c0.1631635020.git.public@yoctocell.xyz
State Accepted
Headers show
Series [bug#50585] gnu: notmuch: Update to 0.33.1. | expand

Checks

Context Check Description
cbaines/applying patch fail View Laminar job
cbaines/issue success View issue

Commit Message

Xinglu Chen Sept. 14, 2021, 3:57 p.m. UTC
* gnu/packages/mail.scm (notmuch): Update to 0.33.1.
---
 gnu/packages/mail.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)


base-commit: a72519489f0178051b7049d5793d95d070ebef86

Comments

宋文武 Sept. 19, 2021, 12:29 p.m. UTC | #1
Xinglu Chen <public@yoctocell.xyz> writes:

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

Pushed, thank you!
diff mbox series

Patch

diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm
index ad2620cd61..7dc223186f 100644
--- a/gnu/packages/mail.scm
+++ b/gnu/packages/mail.scm
@@ -1353,14 +1353,14 @@  invoking @command{notifymuch} from the post-new hook.")
 (define-public notmuch
   (package
     (name "notmuch")
-    (version "0.32.2")
+    (version "0.33.1")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://notmuchmail.org/releases/notmuch-"
                                   version ".tar.xz"))
               (sha256
                (base32
-                "1myylb19hj5nb1vriqng252vfjwwkgbi3gxj93pi2q1fzyw7w2lf"))))
+                "1lhhkg9aw2ychj8lvkmk4bnj7rjz3v9w9r7sdp8bqjpfv41mz41d"))))
     (build-system gnu-build-system)
     (arguments
      `(#:make-flags