fix: use protoc-docs-plugin 0.8.0

Fixes issue with missing newline before 'Attributes' in Python docstrings.

PiperOrigin-RevId: 316182409
This commit is contained in:
Google APIs 2020-06-12 14:52:11 -07:00 committed by Copybara-Service
parent e176585e0f
commit 184661793f
1 changed files with 2 additions and 2 deletions

View File

@ -195,8 +195,8 @@ py_gapic_repositories()
http_archive( http_archive(
name = "protoc_docs_plugin", name = "protoc_docs_plugin",
strip_prefix = "protoc-docs-plugin-074aa05203b5f1b87df4986671855e7a4b153c2d", strip_prefix = "protoc-docs-plugin-2bdf14e394bbaa44b81286b1a19c5f229b51c667",
urls = ["https://github.com/googleapis/protoc-docs-plugin/archive/074aa05203b5f1b87df4986671855e7a4b153c2d.zip"], urls = ["https://github.com/googleapis/protoc-docs-plugin/archive/2bdf14e394bbaa44b81286b1a19c5f229b51c667.zip"],
) )
load( load(