python310Packages.fastapi-mail: 1.0.9 -> 1.1.4

This commit is contained in:
R. Ryantm 2022-08-19 20:17:43 +00:00
parent 4b78546205
commit 54b9b9de66

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 = ''