python313Packages.uvicorn: 0.34.0 -> 0.34.2

https://github.com/encode/uvicorn/blob/0.34.2/CHANGELOG.md
This commit is contained in:
Martin Weinelt
2025-05-23 08:37:15 -07:00
committed by Robert Schütz
parent eaad77b77d
commit 8d8f2fb2e4
@@ -18,7 +18,7 @@
buildPythonPackage rec {
pname = "uvicorn";
version = "0.34.0";
version = "0.34.2";
disabled = pythonOlder "3.8";
pyproject = true;
@@ -27,7 +27,7 @@ buildPythonPackage rec {
owner = "encode";
repo = "uvicorn";
tag = version;
hash = "sha256-bOHHDwkTa742yRUhXh8NjbC95VabtRnQjBPk+q/tkxY=";
hash = "sha256-r5G3Z2sMFCs5HlUpVQ05Vip+3MjlSy+3Dkv6FO52uh4=";
};
outputs = [