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

python310Packages.fastapi: 0.79.0 -> 0.79.1
This commit is contained in:
Mario Rodas 2022-09-13 00:43:50 -05:00 committed by GitHub
commit 5c9b95f532
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -19,7 +19,7 @@
buildPythonPackage rec {
pname = "fastapi";
version = "0.79.0";
version = "0.79.1";
format = "flit";
disabled = pythonOlder "3.6";
@ -28,7 +28,7 @@ buildPythonPackage rec {
owner = "tiangolo";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-HaA9a/tqKtB24YtObk/XAsUy2mmWNonRyPXHflGRiPQ=";
hash = "sha256-vriEwUcdITKLeIy1++dvsl5Guhtjlk2WZQrprVQsYMc=";
};
postPatch = ''