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

python310Packages.fastapi-mail: 1.1.4 -> 1.1.5

authored by Fabian Affolter and committed by GitHub 2f6ce3aa 1a958fae

+2 -2
+2 -2
pkgs/development/python-modules/fastapi-mail/default.nix
··· 19 19 20 20 buildPythonPackage rec { 21 21 pname = "fastapi-mail"; 22 - version = "1.1.4"; 22 + version = "1.1.5"; 23 23 format = "pyproject"; 24 24 25 25 disabled = pythonOlder "3.7"; ··· 28 28 owner = "sabuhish"; 29 29 repo = pname; 30 30 rev = "refs/tags/${version}"; 31 - hash = "sha256-eQVDPkoRWlzCLwsOh+ksYniRyg02fhda6ys5QMqeLM0="; 31 + hash = "sha256-Rt+0ZZqo9tiATwS7iwtp7K2RW3t2tsLw5Hp2WrT40B0="; 32 32 }; 33 33 34 34 postPatch = ''