python310Packages.grpcio-testing: 1.59.0 -> 1.60.0

This commit is contained in:
R. Ryantm
2023-12-20 01:16:58 +00:00
parent 33793dfab8
commit ea5832f362
@@ -9,14 +9,14 @@
buildPythonPackage rec {
pname = "grpcio-testing";
version = "1.59.0";
version = "1.60.0";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-YiqbhlOsyoAT/uYNPbLQK5c2T8cYGEDXVkAPIzCaOQ4=";
hash = "sha256-XF+za8O9x4m/8ewEBQG5reoPiK64vh7VyA1oic0Jq0A=";
};
postPatch = ''