python3Packages.uvicorn: 0.35.0 -> 0.38.0

https://github.com/encode/uvicorn/blob/0.38.0/CHANGELOG.md
This commit is contained in:
Martin Weinelt
2025-11-25 12:39:04 -08:00
committed by Robert Schütz
parent e1ca4653fa
commit fab1afedd4
@@ -18,16 +18,14 @@
buildPythonPackage rec {
pname = "uvicorn";
version = "0.35.0";
disabled = pythonOlder "3.8";
version = "0.38.0";
pyproject = true;
src = fetchFromGitHub {
owner = "encode";
repo = "uvicorn";
tag = version;
hash = "sha256-6tuLL0KMggujYI97HSSBHjiLrePwEkxFHjq2HWl8kqE=";
hash = "sha256-A0YpFA/Oug5a37+33ac8++lh30jzRl48IhC8pflZ0S0=";
};
outputs = [