Loading pkgs/development/python-modules/aiosmtplib/default.nix +3 −2 Original line number Diff line number Diff line Loading @@ -19,8 +19,8 @@ buildPythonPackage rec { src = fetchFromGitHub { owner = "cole"; repo = pname; rev = "v${version}"; repo = "aiosmtplib"; rev = "refs/tags/v${version}"; hash = "sha256-67Z+k+PBIGP2oGb/52dMtsapUsHufvFcX+wWiMj5Jsg="; }; Loading @@ -43,6 +43,7 @@ buildPythonPackage rec { meta = with lib; { description = "Module which provides a SMTP client"; homepage = "https://github.com/cole/aiosmtplib"; changelog = "https://github.com/cole/aiosmtplib/releases/tag/v${version}"; license = with licenses; [ mit ]; maintainers = with maintainers; [ fab ]; }; Loading Loading
pkgs/development/python-modules/aiosmtplib/default.nix +3 −2 Original line number Diff line number Diff line Loading @@ -19,8 +19,8 @@ buildPythonPackage rec { src = fetchFromGitHub { owner = "cole"; repo = pname; rev = "v${version}"; repo = "aiosmtplib"; rev = "refs/tags/v${version}"; hash = "sha256-67Z+k+PBIGP2oGb/52dMtsapUsHufvFcX+wWiMj5Jsg="; }; Loading @@ -43,6 +43,7 @@ buildPythonPackage rec { meta = with lib; { description = "Module which provides a SMTP client"; homepage = "https://github.com/cole/aiosmtplib"; changelog = "https://github.com/cole/aiosmtplib/releases/tag/v${version}"; license = with licenses; [ mit ]; maintainers = with maintainers; [ fab ]; }; Loading