Merge pull request #87971 from marsam/update-grpc

grpc: 1.28.1 -> 1.29.0
This commit is contained in:
Mario Rodas
2020-05-18 19:33:21 -05:00
committed by GitHub
2 changed files with 8 additions and 7 deletions

View File

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