Merge pull request #332759 from fabaff/aiosmtplib-bump

python312Packages.aiosmtplib: 3.0.1 -> 3.0.2
This commit is contained in:
Fabian Affolter 2024-08-07 08:48:55 +02:00 committed by GitHub
commit eae1fb0ff8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -4,7 +4,7 @@
buildPythonPackage,
fetchFromGitHub,
hypothesis,
poetry-core,
hatchling,
pytest-asyncio,
pytestCheckHook,
pythonOlder,
@ -13,8 +13,8 @@
buildPythonPackage rec {
pname = "aiosmtplib";
version = "3.0.1";
format = "pyproject";
version = "3.0.2";
pyproject = true;
disabled = pythonOlder "3.7";
@ -22,10 +22,10 @@ buildPythonPackage rec {
owner = "cole";
repo = "aiosmtplib";
rev = "refs/tags/v${version}";
hash = "sha256-67Z+k+PBIGP2oGb/52dMtsapUsHufvFcX+wWiMj5Jsg=";
hash = "sha256-1GuxlgNvzVv6hEQY1Mkv7NxAoOik9gpIS90a6flfC+k=";
};
nativeBuildInputs = [ poetry-core ];
build-system = [ hatchling ];
nativeCheckInputs = [
aiosmtpd