python3Packages.fastapi: 0.115.12 -> 0.116.1
https://github.com/fastapi/fastapi/releases/tag/0.116.1 This commit was automatically generated using update-python-libraries.
This commit is contained in:
@@ -41,7 +41,7 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "fastapi";
|
||||
version = "0.115.12";
|
||||
version = "0.116.1";
|
||||
pyproject = true;
|
||||
|
||||
disabled = pythonOlder "3.7";
|
||||
@@ -50,7 +50,7 @@ buildPythonPackage rec {
|
||||
owner = "tiangolo";
|
||||
repo = "fastapi";
|
||||
tag = version;
|
||||
hash = "sha256-qUJFBOwXIizgIrTYbueflimni+/BhbuTEf45dsjShKE=";
|
||||
hash = "sha256-sd0SnaxuuF3Zaxx7rffn4ttBpRmWQoOtXln/amx9rII=";
|
||||
};
|
||||
|
||||
build-system = [ pdm-backend ];
|
||||
@@ -136,7 +136,7 @@ buildPythonPackage rec {
|
||||
pythonImportsCheck = [ "fastapi" ];
|
||||
|
||||
meta = with lib; {
|
||||
changelog = "https://github.com/fastapi/fastapi/releases/tag/${version}";
|
||||
changelog = "https://github.com/fastapi/fastapi/releases/tag/${src.tag}";
|
||||
description = "Web framework for building APIs";
|
||||
homepage = "https://github.com/fastapi/fastapi";
|
||||
license = licenses.mit;
|
||||
|
||||
Reference in New Issue
Block a user