python3Packages.mailsuite: 1.10.0 -> 1.10.1

This commit is contained in:
R. Ryantm
2025-12-06 21:27:19 +00:00
parent 300f2d4247
commit 1c54babfaf
@@ -14,14 +14,14 @@
buildPythonPackage rec {
pname = "mailsuite";
version = "1.10.0";
version = "1.10.1";
pyproject = true;
disabled = pythonOlder "3.8";
src = fetchPypi {
inherit pname version;
hash = "sha256-xYM4/Ou91WtYwiobE9ihlYGu8ViNTVbSLFGi8Y9yPc4=";
hash = "sha256-+QPGSQQZaUjDmTGhZZoyTGegKV9DBqrgnxdQpEgszrI=";
};
pythonRelaxDeps = [ "mail-parser" ];