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

python310Packages.fastapi-mail: 1.2.4 -> 1.2.5
This commit is contained in:
Martin Weinelt 2023-02-04 21:18:45 +00:00 committed by GitHub
commit 62ce891b42
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.4";
version = "1.2.5";
format = "pyproject";
disabled = pythonOlder "3.7";
@ -28,7 +28,7 @@ buildPythonPackage rec {
owner = "sabuhish";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-6Iwgl15adc6wK7i8sFLeSf2HSvMo/Sx/BI44qboNnRM=";
hash = "sha256-SogtdLTiTCJ8qUYsnwhPgBLFbj66EJC7L4wS64Nmuoo=";
};
postPatch = ''