python3Packages.fastapi-cli: 0.0.7 -> 0.0.8

https://github.com/tiangolo/fastapi-cli/releases/tag/0.0.8

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Martin Weinelt
2025-08-09 18:59:22 +02:00
parent 943e7155e1
commit 34f78d4404
@@ -15,14 +15,14 @@
let
self = buildPythonPackage rec {
pname = "fastapi-cli";
version = "0.0.7";
version = "0.0.8";
pyproject = true;
src = fetchFromGitHub {
owner = "tiangolo";
repo = "fastapi-cli";
tag = version;
hash = "sha256-LLk9DMYRqSgiisDfJVP961Blp2u8XLeGDVuDY7IBv/k=";
hash = "sha256-7SYsIgRSFZgtIHBC5Ic9Nlh+LtGJDz0Xx1yxMarAuYY=";
};
build-system = [ pdm-backend ];