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.

Changed files
+3 -3
pkgs
development
python-modules
fastapi
+3 -3
pkgs/development/python-modules/fastapi/default.nix
···
buildPythonPackage rec {
pname = "fastapi";
-
version = "0.115.12";
+
version = "0.116.1";
pyproject = true;
disabled = pythonOlder "3.7";
···
owner = "tiangolo";
repo = "fastapi";
tag = version;
-
hash = "sha256-qUJFBOwXIizgIrTYbueflimni+/BhbuTEf45dsjShKE=";
+
hash = "sha256-sd0SnaxuuF3Zaxx7rffn4ttBpRmWQoOtXln/amx9rII=";
};
build-system = [ pdm-backend ];
···
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;