Merge pull request #102316 from marsam/update-grpc

grpc: 1.32.0 -> 1.33.2
This commit is contained in:
Mario Rodas
2020-11-02 21:18:15 -05:00
committed by GitHub
2 changed files with 6 additions and 5 deletions
@@ -2,11 +2,11 @@
buildPythonPackage rec {
pname = "grpcio-tools";
version = "1.32.0";
version = "1.33.2";
src = fetchPypi {
inherit pname version;
sha256 = "28547272c51e1d2d343685b9f531e85bb90ad7bd93e726ba646b5627173cbc47";
sha256 = "af40774c0275f5465f49fd92bfcd9831b19b013de4cc77b8fb38aea76fa6dce3";
};
enableParallelBuilding = true;