Merge pull request #94764 from marsam/update-grpc

grpc: 1.29.0 -> 1.31.0
This commit is contained in:
Mario Rodas
2020-08-06 07:09:28 -05:00
committed by GitHub
2 changed files with 4 additions and 4 deletions

View File

@@ -2,11 +2,11 @@
buildPythonPackage rec {
pname = "grpcio-tools";
version = "1.29.0";
version = "1.31.0";
src = fetchPypi {
inherit pname version;
sha256 = "0f681c1ebd5472b804baa391b16dc59d92b065903999566f4776bfbd010bcec9";
sha256 = "3b08cbd3f4d5b60e3bff8f859e6e03db739967a684268164abc940415e23ca51";
};
enableParallelBuilding = true;