python3Packages.uvicorn: 0.29.0 -> 0.31.0

https://github.com/encode/uvicorn/blob/refs/tags/0.31.0/CHANGELOG.md
This commit is contained in:
Martin Weinelt
2024-10-13 11:09:41 +02:00
parent 1a257b56e9
commit 3591daf859
@@ -18,7 +18,7 @@
buildPythonPackage rec {
pname = "uvicorn";
version = "0.29.0";
version = "0.31.0";
disabled = pythonOlder "3.8";
pyproject = true;
@@ -27,7 +27,7 @@ buildPythonPackage rec {
owner = "encode";
repo = "uvicorn";
rev = "refs/tags/${version}";
hash = "sha256-D0FdZxaDB+9N/7p73GF8qw0UwbXTQrKc1WOgy9UltxA=";
hash = "sha256-Au8+8l8JfOUeLDxN2UONP0W+fsb38QCAunblmxJdGus=";
};
outputs = [