Merge pull request #114611 from marsam/update-grpc

grpc: 1.35.0 -> 1.36.1
This commit is contained in:
Mario Rodas
2021-03-08 19:31:04 -05:00
committed by GitHub
2 changed files with 7 additions and 6 deletions

View File

@@ -2,11 +2,11 @@
buildPythonPackage rec {
pname = "grpcio-tools";
version = "1.35.0";
version = "1.36.1";
src = fetchPypi {
inherit pname version;
sha256 = "9e2a41cba9c5a20ae299d0fdd377fe231434fa04cbfbfb3807293c6ec10b03cf";
sha256 = "80ef584f7b917f575e4b8f2ec59cd4a4d98c2046e801a735f3136b05742a36a6";
};
outputs = [ "out" "dev" ];