python3Packages.fastapi-cli: 0.0.8 -> 0.0.20

This commit is contained in:
Hythera
2026-01-04 01:05:38 +01:00
parent 57fa795b96
commit b105341eb4
@@ -15,14 +15,14 @@
let
self = buildPythonPackage rec {
pname = "fastapi-cli";
version = "0.0.8";
version = "0.0.20";
pyproject = true;
src = fetchFromGitHub {
owner = "tiangolo";
owner = "fastapi";
repo = "fastapi-cli";
tag = version;
hash = "sha256-7SYsIgRSFZgtIHBC5Ic9Nlh+LtGJDz0Xx1yxMarAuYY=";
hash = "sha256-RTxu6WmKmGMVsQ2izd8j8P+gGbXV91gVjb95JC52e8Q=";
};
build-system = [ pdm-backend ];
@@ -58,8 +58,8 @@ let
meta = {
description = "Run and manage FastAPI apps from the command line with FastAPI CLI";
homepage = "https://github.com/tiangolo/fastapi-cli";
changelog = "https://github.com/tiangolo/fastapi-cli/releases/tag/${src.tag}";
homepage = "https://github.com/fastapi/fastapi-cli";
changelog = "https://github.com/fastapi/fastapi-cli/releases/tag/${src.tag}";
mainProgram = "fastapi";
license = lib.licenses.mit;
maintainers = [ ];