Loading pkgs/development/python-modules/aiosmtplib/default.nix +4 −2 Original line number Diff line number Diff line Loading @@ -7,11 +7,12 @@ , pytest-asyncio , pytestCheckHook , pythonOlder , trustme }: buildPythonPackage rec { pname = "aiosmtplib"; version = "1.1.7"; version = "2.0.0"; format = "pyproject"; disabled = pythonOlder "3.7"; Loading @@ -20,7 +21,7 @@ buildPythonPackage rec { owner = "cole"; repo = pname; rev = "v${version}"; hash = "sha256-ZVNYMVg2qeMoSojmPllvJLv2Xm5IYN9h5N13oHPFXSk="; hash = "sha256-NdGap6sl+3tqr/8jhDSDsun/4SiuznfqLf1banIp9EQ="; }; nativeBuildInputs = [ Loading @@ -32,6 +33,7 @@ buildPythonPackage rec { hypothesis pytest-asyncio pytestCheckHook trustme ]; pythonImportsCheck = [ Loading Loading
pkgs/development/python-modules/aiosmtplib/default.nix +4 −2 Original line number Diff line number Diff line Loading @@ -7,11 +7,12 @@ , pytest-asyncio , pytestCheckHook , pythonOlder , trustme }: buildPythonPackage rec { pname = "aiosmtplib"; version = "1.1.7"; version = "2.0.0"; format = "pyproject"; disabled = pythonOlder "3.7"; Loading @@ -20,7 +21,7 @@ buildPythonPackage rec { owner = "cole"; repo = pname; rev = "v${version}"; hash = "sha256-ZVNYMVg2qeMoSojmPllvJLv2Xm5IYN9h5N13oHPFXSk="; hash = "sha256-NdGap6sl+3tqr/8jhDSDsun/4SiuznfqLf1banIp9EQ="; }; nativeBuildInputs = [ Loading @@ -32,6 +33,7 @@ buildPythonPackage rec { hypothesis pytest-asyncio pytestCheckHook trustme ]; pythonImportsCheck = [ Loading