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:
@@ -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 ];
|
||||
|
||||
Reference in New Issue
Block a user