notmuch: Update to 0.34.3
Changelog: What's new in notmuch 0.34.3 ========================= Library ------- Do not crash when presented with a .notmuch directory without a xapian/ subdirectory. Python Bindings (notmuch2) -------------------------- Database constructor now searches for configuration by default. Pass `config=Database.CONFIG.EMPTY` to disable. The `Message.replies()` method now returns OwnedMessage objects, to prevent certain memory de-allocation errors. Fix for importing `notmuch2` module when building bindings documentation.
This commit is contained in:
parent
f62f2e5046
commit
630fd89527
2 changed files with 6 additions and 6 deletions
|
@ -1,6 +1,6 @@
|
|||
# $NetBSD: Makefile,v 1.78 2021/12/12 09:41:01 wiz Exp $
|
||||
# $NetBSD: Makefile,v 1.79 2022/01/10 16:13:27 ryoon Exp $
|
||||
|
||||
DISTNAME= notmuch-0.34.2
|
||||
DISTNAME= notmuch-0.34.3
|
||||
CATEGORIES= mail
|
||||
MASTER_SITES= https://notmuchmail.org/releases/
|
||||
EXTRACT_SUFX= .tar.xz
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
$NetBSD: distinfo,v 1.62 2021/12/12 09:41:01 wiz Exp $
|
||||
$NetBSD: distinfo,v 1.63 2022/01/10 16:13:27 ryoon Exp $
|
||||
|
||||
BLAKE2s (notmuch-0.34.2.tar.xz) = f87eed5383a95030a89461c8f8bcb856b506e2f22e4f8e92c96669cc729985b3
|
||||
SHA512 (notmuch-0.34.2.tar.xz) = fd15145404c621fb259b869ddfd77d6302f777a8ead203cfe3a62b66b452f7d3737b214657517c592ce86ce37fb914f800830ea9d05da20d59ec09feaa81d20c
|
||||
Size (notmuch-0.34.2.tar.xz) = 749384 bytes
|
||||
BLAKE2s (notmuch-0.34.3.tar.xz) = 195a9f4205e0ac5da81a9f87f3fc4ce55a8f04997715c06e61c49830d2ee8504
|
||||
SHA512 (notmuch-0.34.3.tar.xz) = 5a047c714f1a34db34f70d67b26e0d2cadf3559182ed8628a3ae5764180dded29aad9c38ed774c3ba8ed48db23dc0ecc04b97cfc4329198c5bfbd17f3a20452d
|
||||
Size (notmuch-0.34.3.tar.xz) = 750092 bytes
|
||||
SHA1 (patch-configure) = 93831007eb3ffac12612d12f772e8a0ac0115207
|
||||
SHA1 (patch-emacs_Makefile.local) = 4a36a2c165852a098a45c8b99c8372d65d33b07c
|
||||
|
|
Loading…
Reference in a new issue