python3Packages.uvicorn: 0.34.2 -> 0.35.0
https://github.com/encode/uvicorn/blob/0.35.0/CHANGELOG.md This commit was automatically generated using update-python-libraries.
This commit is contained in:
@@ -18,7 +18,7 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "uvicorn";
|
||||
version = "0.34.2";
|
||||
version = "0.35.0";
|
||||
disabled = pythonOlder "3.8";
|
||||
|
||||
pyproject = true;
|
||||
@@ -27,7 +27,7 @@ buildPythonPackage rec {
|
||||
owner = "encode";
|
||||
repo = "uvicorn";
|
||||
tag = version;
|
||||
hash = "sha256-r5G3Z2sMFCs5HlUpVQ05Vip+3MjlSy+3Dkv6FO52uh4=";
|
||||
hash = "sha256-6tuLL0KMggujYI97HSSBHjiLrePwEkxFHjq2HWl8kqE=";
|
||||
};
|
||||
|
||||
outputs = [
|
||||
|
||||
Reference in New Issue
Block a user