python310Packages.mailsuite: 1.9.5 -> 1.9.7

This commit is contained in:
R. Ryantm 2022-08-29 06:20:16 +00:00
parent cef50cde2b
commit 73d00063e9

View File

@ -15,14 +15,14 @@
buildPythonPackage rec {
pname = "mailsuite";
version = "1.9.5";
version = "1.9.7";
format = "pyproject";
disabled = pythonOlder "3.6";
src = fetchPypi {
inherit pname version;
hash = "sha256-bvS+sH10LkQkH/nAGuk/rvPjPhaR/rArIf9W9CWjFMY=";
hash = "sha256-d96r712suiL4dSzT5vG/rD+4PInlvpuoAo3cedqVe+w=";
};
nativeBuildInputs = [