Merge pull request #194107 from r-ryantm/auto-update/python310Packages.fastapi-mail

python310Packages.fastapi-mail: 1.1.4 -> 1.1.5
This commit is contained in:
Fabian Affolter 2022-10-02 21:58:55 +02:00 committed by GitHub
commit 2f6ce3aa5e
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.1.4";
version = "1.1.5";
format = "pyproject";
disabled = pythonOlder "3.7";
@ -28,7 +28,7 @@ buildPythonPackage rec {
owner = "sabuhish";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-eQVDPkoRWlzCLwsOh+ksYniRyg02fhda6ys5QMqeLM0=";
hash = "sha256-Rt+0ZZqo9tiATwS7iwtp7K2RW3t2tsLw5Hp2WrT40B0=";
};
postPatch = ''