pythonPackages.grpcio-tools: 1.23.0 -> 1.24.3

This commit is contained in:
Tom Bereknyei 2019-10-20 17:51:58 -04:00 committed by Mario Rodas
parent 6b09e24bba
commit d368f8cfe6
No known key found for this signature in database
GPG Key ID: 4C4BEFD7B18DC5E8

View File

@ -2,11 +2,11 @@
buildPythonPackage rec {
pname = "grpcio-tools";
version = "1.23.0";
version = "1.24.3";
src = fetchPypi {
inherit pname version;
sha256 = "cbc35031ec2b29af36947d085a7fbbcd8b79b84d563adf6156103d82565f78db";
sha256 = "5efc92721a364e049ad3a174d5b20a21009fae9db04b3e5020ed0b534d9c022f";
};
enableParallelBuilding = true;