pythonPackages.grpcio-tools: 1.22.0 -> 1.23.0

This commit is contained in:
Mario Rodas 2019-08-22 20:17:03 -05:00
parent 5e9255b643
commit e053231f40
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.22.0";
version = "1.23.0";
src = fetchPypi {
inherit pname version;
sha256 = "b5c0fe51a155625c9d1132ab8deb56b3015e111a6961e48aeb9dd89bd7c670ab";
sha256 = "cbc35031ec2b29af36947d085a7fbbcd8b79b84d563adf6156103d82565f78db";
};
enableParallelBuilding = true;