python3Packages.litestar: 2.13.0 -> 2.16.0

https://github.com/litestar-org/litestar/releases/tag/v2.16.0

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Martin Weinelt
2025-08-09 19:01:28 +02:00
parent ee9aae1795
commit c359865e6d
@@ -43,14 +43,14 @@
buildPythonPackage rec {
pname = "litestar";
version = "2.13.0";
version = "2.16.0";
pyproject = true;
src = fetchFromGitHub {
owner = "litestar-org";
repo = "litestar";
tag = "v${version}";
hash = "sha256-PR2DVNRtILHs7XwVi9/ZCVRJQFqfGLn1x2gpYtYjHDo=";
hash = "sha256-67O/NxPBBLa1QfH1o9laOAQEin8jRA8SkcV7QEzCjI0=";
};
build-system = [
@@ -105,7 +105,7 @@ buildPythonPackage rec {
homepage = "https://litestar.dev/";
platforms = lib.platforms.unix;
maintainers = with lib.maintainers; [ bot-wxt1221 ];
changelog = "https://github.com/litestar-org/litestar/releases/tag/v${version}";
changelog = "https://github.com/litestar-org/litestar/releases/tag/${src.tag}";
description = "Production-ready, Light, Flexible and Extensible ASGI API framework";
license = lib.licenses.mit;
mainProgram = "litestar";