Merge pull request #93926 from r-ryantm/auto-update/python3.7-starlette
python37Packages.starlette: 0.13.4 -> 0.13.6
This commit is contained in:
commit
4f274fad77
1 changed files with 2 additions and 2 deletions
|
@ -26,14 +26,14 @@ buildPythonPackage rec {
|
|||
# https://github.com/tiangolo/fastapi/issues/683. Please update when
|
||||
# possible. FastAPI is currently Starlette's only dependent.
|
||||
|
||||
version = "0.13.4";
|
||||
version = "0.13.6";
|
||||
disabled = isPy27;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "encode";
|
||||
repo = pname;
|
||||
rev = version;
|
||||
sha256 = "1rk20rj62iigkkikb80bmalriyg1j3g28s25l8z2gijagv1v5c7l";
|
||||
sha256 = "08d1d4qdwhi1xxag4am5ijingdyn0mbyqajs9ql5shxnybyjv321";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = [
|
||||
|
|
Loading…
Reference in a new issue