python310Packages.starlette: 0.25.0 -> 0.26.1

Diff: https://github.com/encode/starlette/compare/refs/tags/0.25.0...0.26.1

Changelog: https://github.com/encode/starlette/releases/tag/0.26.1
This commit is contained in:
Fabian Affolter 2023-04-28 10:44:58 +02:00 committed by Yt
parent 8a2099942b
commit 41db68b033

View file

@ -22,7 +22,7 @@
buildPythonPackage rec {
pname = "starlette";
version = "0.25.0";
version = "0.26.1";
format = "pyproject";
disabled = pythonOlder "3.7";
@ -31,7 +31,7 @@ buildPythonPackage rec {
owner = "encode";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-s0ADo/+lcH8Y31hf1iSLbfTsV3fZtlCuZf7BS0uQc9Y=";
hash = "sha256-/zYqYmmCcOLU8Di9b4BzDLFtB5wYEEF1bYN6u2rb8Lg=";
};
nativeBuildInputs = [