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

python310Packages.fastapi-mail: 1.2.6 -> 1.2.7
This commit is contained in:
Nick Cao 2023-04-04 13:30:36 +08:00 committed by GitHub
commit c37c9a644a
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.6";
version = "1.2.7";
format = "pyproject";
disabled = pythonOlder "3.7";
@ -28,7 +28,7 @@ buildPythonPackage rec {
owner = "sabuhish";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-PL/0swFiAG8HlvxnsEqwEEec1CIsA3qFer3LKyS2y/Y=";
hash = "sha256-zZjC8tNM6rjpgbMw4MHPVr1UOEhjlgCFcZMvSDmKfzs=";
};
postPatch = ''