python312Packages.grpcio-reflection: 1.65.4 -> 1.66.2 (#346853)

This commit is contained in:
Yt 2024-10-06 13:26:17 -04:00 committed by GitHub
commit 3a13249395
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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 ];