Merge pull request #250452 from marsam/update-python-grpcio-testing
python310Packages.grpcio-testing: 1.56.2 -> 1.57.0
This commit is contained in:
commit
388731bf01
1 changed files with 3 additions and 3 deletions
|
@ -9,19 +9,19 @@
|
|||
|
||||
buildPythonPackage rec {
|
||||
pname = "grpcio-testing";
|
||||
version = "1.56.2";
|
||||
version = "1.57.0";
|
||||
format = "setuptools";
|
||||
|
||||
disabled = pythonOlder "3.7";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
hash = "sha256-Cg1dONvESb1ayz5ogv9AWHywqd0LdVsRDpIwtos+0SA=";
|
||||
hash = "sha256-xFMqJlY+Ehn0K3bXqdiGEvL2X3Pm7IPhHHPWTi8ecOk=";
|
||||
};
|
||||
|
||||
postPatch = ''
|
||||
substituteInPlace setup.py \
|
||||
--replace "'grpcio>={version}'.format(version=grpc_version.VERSION)" "'grpcio'"
|
||||
--replace '"grpcio>={version}".format(version=grpc_version.VERSION)' '"grpcio"'
|
||||
'';
|
||||
|
||||
propagatedBuildInputs = [
|
||||
|
|
Loading…
Reference in a new issue