Update grpc to version that fixes typo in third_party/py/python_configure.bzl (#6235)

See https://github.com/grpc/grpc/pull/20774
This commit is contained in:
mehrdadn 2019-11-25 14:20:33 -08:00 committed by Edward Oakes
parent 64a3a7239e
commit ca08a8f479

View file

@ -187,9 +187,9 @@ def ray_deps_setup():
github_repository(
name = "com_github_grpc_grpc",
commit = "93e8830070e9afcbaa992c75817009ee3f4b63a0",
commit = "4790ab6d97e634a1ede983be393f3bb3c132b2f7",
remote = "https://github.com/grpc/grpc",
sha256 = "b391a327429279f6f29b9ae7e5317cd80d5e9d49cc100e6d682221af73d984a6",
sha256 = "723853c36ea6d179d32a4f9f2f8691dbe0e28d5bbc521c954b34355a1c952ba5",
patches = [
"//thirdparty/patches:grpc-cython-copts.patch",
],