python310Packages.grpcio-tools: 1.49.1 -> 1.50.0

This commit is contained in:
Mario Rodas 2022-10-22 04:20:00 +00:00
parent 7ecc06a7dc
commit e5b085809e

View File

@ -2,16 +2,16 @@
buildPythonPackage rec {
pname = "grpcio-tools";
version = "1.49.1";
version = "1.50.0";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-hMxk5bRrrUPV170v13K2VuugNmlhGHqEfpCOLLc125E=";
sha256 = "88b75f2afd889c7c6939f58d76b58ab84de4723c7de882a1f8448af6632e256f";
};
postPatch = ''
substituteInPlace setup.py \
--replace 'protobuf>=4.21.3,<5.0dev' 'protobuf'
--replace 'protobuf>=4.21.6,<5.0dev' 'protobuf'
'';
outputs = [ "out" "dev" ];