13 buildPythonPackage rec {
18 disabled = pythonOlder "3.7";
20 src = fetchFromGitHub {
23 rev = "refs/tags/v${version}";
24 hash = "sha256-67Z+k+PBIGP2oGb/52dMtsapUsHufvFcX+wWiMj5Jsg=";
39 pythonImportsCheck = [
44 description = "Module which provides a SMTP client";
45 homepage = "https://github.com/cole/aiosmtplib";
46 changelog = "https://github.com/cole/aiosmtplib/releases/tag/v${version}";
47 license = with licenses; [ mit ];
48 maintainers = with maintainers; [ fab ];