python3Packages.uvicorn: 0.32.1 -> 0.34.0

https://github.com/encode/uvicorn/blob/0.34.0/CHANGELOG.md
This commit is contained in:
Martin Weinelt
2025-01-27 10:57:50 +01:00
parent abfd963577
commit 504dad60e2
@@ -18,7 +18,7 @@
buildPythonPackage rec {
pname = "uvicorn";
version = "0.32.1";
version = "0.34.0";
disabled = pythonOlder "3.8";
pyproject = true;
@@ -27,7 +27,7 @@ buildPythonPackage rec {
owner = "encode";
repo = "uvicorn";
tag = version;
hash = "sha256-Kx5OwIMqstiFCkqE2wunKSkttd9C8gM+a2KWJuhBN1c=";
hash = "sha256-bOHHDwkTa742yRUhXh8NjbC95VabtRnQjBPk+q/tkxY=";
};
outputs = [
@@ -67,7 +67,7 @@ buildPythonPackage rec {
meta = with lib; {
homepage = "https://www.uvicorn.org/";
changelog = "https://github.com/encode/uvicorn/blob/${src.rev}/CHANGELOG.md";
changelog = "https://github.com/encode/uvicorn/blob/${src.tag}/CHANGELOG.md";
description = "Lightning-fast ASGI server";
mainProgram = "uvicorn";
license = licenses.bsd3;