python310Packages.grpcio-status: 1.49.1 -> 1.50.0

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

View File

@ -9,19 +9,19 @@
buildPythonPackage rec {
pname = "grpcio-status";
version = "1.49.1";
version = "1.50.0";
format = "setuptools";
disabled = pythonOlder "3.6";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-ZY9I3BRu4Me27r0wLXTg1FwAcnwgA1/1HWh1DbrM9dk=";
sha256 = "69be81c4317ec77983fb0eab80221a01e86e833e0fcf2f6acea0a62597c84b93";
};
postPatch = ''
substituteInPlace setup.py \
--replace 'protobuf>=4.21.3' 'protobuf'
--replace 'protobuf>=4.21.6' 'protobuf'
'';
propagatedBuildInputs = [