From 3112b9a6d698d458705dfc2beb9e5674445b440e Mon Sep 17 00:00:00 2001 From: "Itai Y. Efrat" Date: Thu, 12 Aug 2021 21:00:29 +0300 Subject: [PATCH] bump: consult-notmuch https://codeberg.org/jao/consult-notmuch.git@67cf219fcce2 -> https://codeberg.org/jao/consult-notmuch.git@a5133b9e1f19 Needed for consult-notmuch to work with the new async consult api Fix: #5369 --- modules/email/notmuch/packages.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/email/notmuch/packages.el b/modules/email/notmuch/packages.el index e6fc02bd7..1d4030417 100644 --- a/modules/email/notmuch/packages.el +++ b/modules/email/notmuch/packages.el @@ -9,4 +9,4 @@ (when (featurep! :completion helm) (package! helm-notmuch :pin "97a01497e079a7b6505987e9feba6b603bbec288")) (when (featurep! :completion vertico) - (package! consult-notmuch :pin "67cf219fcce211237347a783ce6982402341d5fd")) + (package! consult-notmuch :pin "a5133b9e1f19b6d51e51dd5c5e3a4f236ca29b57"))