python312Packages.grpcio-testing: 1.70.0 -> 1.71.0

This commit is contained in:
scraptux
2025-03-16 19:58:23 +01:00
parent 704dfbd311
commit 1926b01933
@@ -13,7 +13,7 @@
# nixpkgs-update: no auto update
buildPythonPackage rec {
pname = "grpcio-testing";
version = "1.70.0";
version = "1.71.0";
pyproject = true;
disabled = pythonOlder "3.7";
@@ -21,7 +21,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "grpcio_testing";
inherit version;
hash = "sha256-XrVNt0zgW8l+4VuzrgDt36ACuD9YBoE1cv2ceYAD4HU=";
hash = "sha256-eiBiYB7fSnOL+oAL+6Dh+kGMI3Kzn3a8YkSxPQLgA60=";
};
postPatch = ''