summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTanguy Le Carrour <[email protected]>2021-11-24 15:00:32 +0100
committerNicolas Goaziou <[email protected]>2021-11-27 10:01:34 +0100
commit7aff105123ec37b61c389e100ef4338076fca37a (patch)
treedb5922cf16ad972a5a8653188bec4f9a4bb4df57
parente5a1d306785a394c45533cc03e6002a5c5202f47 (diff)
gnu: notmuch: Update to 0.34.1.
* gnu/packages/mail.scm (notmuch): Update to 0.34.1. Signed-off-by: Nicolas Goaziou <[email protected]>
-rw-r--r--gnu/packages/mail.scm6
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm
index 3dd6f63f76..290b48e0b3 100644
--- a/gnu/packages/mail.scm
+++ b/gnu/packages/mail.scm
@@ -28,7 +28,7 @@
;;; Copyright © 2018 Alex Vong <[email protected]>
;;; Copyright © 2018 Gábor Boskovits <[email protected]>
;;; Copyright © 2018, 2019, 2020, 2021 Ricardo Wurmus <[email protected]>
-;;; Copyright © 2019, 2020 Tanguy Le Carrour <[email protected]>
+;;; Copyright © 2019, 2020, 2021 Tanguy Le Carrour <[email protected]>
;;; Copyright © 2020 Vincent Legoll <[email protected]>
;;; Copyright © 2020 Justus Winter <[email protected]>
;;; Copyright © 2020 Eric Brown <[email protected]>
@@ -1349,14 +1349,14 @@ invoking @command{notifymuch} from the post-new hook.")
(define-public notmuch
(package
(name "notmuch")
- (version "0.33.2")
+ (version "0.34.1")
(source (origin
(method url-fetch)
(uri (string-append "https://notmuchmail.org/releases/notmuch-"
version ".tar.xz"))
(sha256
(base32
- "1bic1f2va136aygfy53bsgziwiidcpb7qf1v05mlza2jmgv94j14"))))
+ "05nq64gp8vnrwrl22d60v7ixgdhm9339ajhcdfkq0ll1qiycyyj5"))))
(build-system gnu-build-system)
(arguments
`(#:make-flags