mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 15:03:28 +00:00
python310Packages.grpcio-status: 1.49.1 -> 1.50.0
This commit is contained in:
parent
e5b085809e
commit
0251abfdcb
@ -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 = [
|
||||
|
Loading…
Reference in New Issue
Block a user