python312Packages.grpcio-reflection: 1.65.4 -> 1.66.2

Diff: grpc/grpc@v1.65.4...v1.66.2

Changelog: https://github.com/grpc/grpc/releases/tag/v1.66.2
This commit is contained in:
scraptux 2024-10-06 11:52:22 +02:00
parent aa81bad818
commit 17ea1f6348

View File

@ -9,13 +9,13 @@
buildPythonPackage rec {
pname = "grpcio-reflection";
version = "1.65.4";
version = "1.66.2";
pyproject = true;
src = fetchPypi {
pname = "grpcio_reflection";
inherit version;
hash = "sha256-jGuWDD9DBoHoivWfafq1pXW3eyn1xqHXFuqsXPHBpJ0=";
hash = "sha256-rdgn4t61bpaAPIKs4dTnf6DI7DdH1jmOmVH3OdcQZ9Q=";
};
build-system = [ setuptools ];