python312Packages.grpcio-reflection: 1.70.0 -> 1.71.0

This commit is contained in:
scraptux
2025-03-16 19:58:02 +01:00
parent fce8085740
commit be3400a62d
@@ -12,13 +12,13 @@
# nixpkgs-update: no auto update
buildPythonPackage rec {
pname = "grpcio-reflection";
version = "1.70.0";
version = "1.71.0";
pyproject = true;
src = fetchPypi {
pname = "grpcio_reflection";
inherit version;
hash = "sha256-r0bOE+V/12At6u9bHRkD9mRPiYLMAPYvqfpbkorPakk=";
hash = "sha256-UVBOl3BX/6vmbR7VVVexXpacQrs6HyjuRdcw3V+YO7U=";
};
build-system = [ setuptools ];