Merge pull request #187501 from r-ryantm/auto-update/python3.10-fastapi-mail

python310Packages.fastapi-mail: 1.0.9 -> 1.1.4
This commit is contained in:
Fabian Affolter 2022-08-20 00:55:23 +02:00 committed by GitHub
commit 287e8bfb2d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -19,7 +19,7 @@
buildPythonPackage rec {
pname = "fastapi-mail";
version = "1.0.9";
version = "1.1.4";
format = "pyproject";
disabled = pythonOlder "3.7";
@ -28,7 +28,7 @@ buildPythonPackage rec {
owner = "sabuhish";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-2Nb+FzmhsKvauT/yOCLHCEld8r+6niu9kV6EmjhC6S0=";
hash = "sha256-eQVDPkoRWlzCLwsOh+ksYniRyg02fhda6ys5QMqeLM0=";
};
postPatch = ''