Merge pull request #203072 from fabaff/bump-fastapi-mail

python310Packages.fastapi-mail: 1.2.1 -> 1.2.2
This commit is contained in:
Fabian Affolter 2022-11-26 18:32:10 +01:00 committed by GitHub
commit 8ad3988269
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.2.1";
version = "1.2.2";
format = "pyproject";
disabled = pythonOlder "3.7";
@ -28,7 +28,7 @@ buildPythonPackage rec {
owner = "sabuhish";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-58j3hb9selJTWitWQT8nkkhRJiPoFr0/mj5viSnnwlA=";
hash = "sha256-+i/p4KVppsOkj2TEoZKmjrlnkhk2wxPg2enh2QCXiQI=";
};
postPatch = ''