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.

Changed files
+2 -2
pkgs
development
python-modules
fastapi-cli
+2 -2
pkgs/development/python-modules/fastapi-cli/default.nix
···
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 ];