Merge pull request #332263 from r-ryantm/auto-update/python312Packages.grpcio-reflection

python312Packages.grpcio-reflection: 1.65.1 -> 1.65.4
This commit is contained in:
Yt 2024-08-04 15:23:25 +00:00 committed by GitHub
commit 8fea885c8a
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.1";
version = "1.65.4";
pyproject = true;
src = fetchPypi {
pname = "grpcio_reflection";
inherit version;
hash = "sha256-5q5ZAPnYAdyXApglUEL7xCaBVG904IwjNt/9Brl2Wr8=";
hash = "sha256-jGuWDD9DBoHoivWfafq1pXW3eyn1xqHXFuqsXPHBpJ0=";
};
build-system = [ setuptools ];