python37Packages.starlette: 0.13.4 -> 0.13.6

This commit is contained in:
R. RyanTM 2020-07-26 15:57:59 +00:00
parent 2988feba8c
commit 6abf9e1a27

View File

@ -26,14 +26,14 @@ buildPythonPackage rec {
# https://github.com/tiangolo/fastapi/issues/683. Please update when # https://github.com/tiangolo/fastapi/issues/683. Please update when
# possible. FastAPI is currently Starlette's only dependent. # possible. FastAPI is currently Starlette's only dependent.
version = "0.13.4"; version = "0.13.6";
disabled = isPy27; disabled = isPy27;
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "encode"; owner = "encode";
repo = pname; repo = pname;
rev = version; rev = version;
sha256 = "1rk20rj62iigkkikb80bmalriyg1j3g28s25l8z2gijagv1v5c7l"; sha256 = "08d1d4qdwhi1xxag4am5ijingdyn0mbyqajs9ql5shxnybyjv321";
}; };
propagatedBuildInputs = [ propagatedBuildInputs = [