3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #263431 from fabaff/aiosmtplib-bump

python311Packages.aiosmtplib: 2.0.2 -> 3.0.0
This commit is contained in:
Fabian Affolter 2023-10-26 08:57:49 +02:00 committed by GitHub
commit aa2cdd2084
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -12,7 +12,7 @@
buildPythonPackage rec {
pname = "aiosmtplib";
version = "2.0.2";
version = "3.0.0";
format = "pyproject";
disabled = pythonOlder "3.7";
@ -21,7 +21,7 @@ buildPythonPackage rec {
owner = "cole";
repo = pname;
rev = "v${version}";
hash = "sha256-Wo9WH3fwGN1upLAyj6aThxpQE7hortISjaCATTPee40=";
hash = "sha256-A9pvHj2riIHCd1F+ve6aLdbtl3tPPDovV1AZeWNeOEo=";
};
nativeBuildInputs = [