python3Packages.mailsuite: 1.10.1 -> 1.11.2

https://github.com/seanthegeek/mailsuite/blob/master/CHANGELOG.md

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Martin Weinelt
2026-02-01 17:19:30 +01:00
parent bc95d1136e
commit 501f19257f
@@ -13,12 +13,12 @@
buildPythonPackage rec {
pname = "mailsuite";
version = "1.10.1";
version = "1.11.2";
pyproject = true;
src = fetchPypi {
inherit pname version;
hash = "sha256-+QPGSQQZaUjDmTGhZZoyTGegKV9DBqrgnxdQpEgszrI=";
hash = "sha256-ilcOH27lVKhh/xFO/dkWZkwtx6wPYrKTWR3n1xqoUdk=";
};
pythonRelaxDeps = [ "mail-parser" ];