Skip to content

Commit

Permalink
python312Packages.fastapi: 0.115.4 -> 0.115.6 (#361840)
Browse files Browse the repository at this point in the history
  • Loading branch information
mweinelt authored Dec 4, 2024
2 parents 6f97207 + d2770fe commit d1b7f8c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/fastapi/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@

buildPythonPackage rec {
pname = "fastapi";
version = "0.115.4";
version = "0.115.6";
pyproject = true;

disabled = pythonOlder "3.7";
Expand All @@ -50,7 +50,7 @@ buildPythonPackage rec {
owner = "tiangolo";
repo = "fastapi";
rev = "refs/tags/${version}";
hash = "sha256-jnVk2mdp07YDyC9aReCOIMt/IaJLeNFO8XMkS0y/bgU=";
hash = "sha256-yNYjFD77q5x5DtcYdywmScuuVdyWhBoxbLYJhu1Fmno=";
};

build-system = [ pdm-backend ];
Expand Down

0 comments on commit d1b7f8c

Please sign in to comment.