Merge pull request #72892 from marsam/update-grpc

grpc: 1.24.3 -> 1.25.0
This commit is contained in:
Mario Rodas
2019-11-07 19:10:08 -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.24.3";
version = "1.25.0";
src = fetchPypi {
inherit pname version;
sha256 = "5efc92721a364e049ad3a174d5b20a21009fae9db04b3e5020ed0b534d9c022f";
sha256 = "988014c714ca654b3b7ca9f4dabfe487b00e023bfdd9eaf1bb0fed82bf8c4255";
};
enableParallelBuilding = true;