python312Packages.mailsuite: 1.9.20 -> 1.10.0

This commit is contained in:
R. Ryantm
2025-04-03 18:39:49 +00:00
parent f5146fbf1d
commit 17f460f50e
@@ -14,14 +14,14 @@
buildPythonPackage rec {
pname = "mailsuite";
version = "1.9.20";
version = "1.10.0";
pyproject = true;
disabled = pythonOlder "3.8";
src = fetchPypi {
inherit pname version;
hash = "sha256-1DS0TzEejvviF3BPBiiCVJLOOi8RQuGoDIpKRm+CNHo=";
hash = "sha256-xYM4/Ou91WtYwiobE9ihlYGu8ViNTVbSLFGi8Y9yPc4=";
};
pythonRelaxDeps = [ "mail-parser" ];