diff --git a/pkgs/development/python-modules/mailsuite/default.nix b/pkgs/development/python-modules/mailsuite/default.nix index 46a9888eccd1..ccdba459a699 100644 --- a/pkgs/development/python-modules/mailsuite/default.nix +++ b/pkgs/development/python-modules/mailsuite/default.nix @@ -9,19 +9,16 @@ imapclient, mail-parser, publicsuffix2, - pythonOlder, }: 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" ];