python312Packages.grpcio-tools: 1.65.1 -> 1.67.0

This commit is contained in:
scraptux
2024-10-22 14:27:56 +02:00
parent 2a4535cc10
commit 6b5a8cb3f4
@@ -9,13 +9,13 @@
buildPythonPackage rec {
pname = "grpcio-tools";
version = "1.66.2";
format = "setuptools";
version = "1.67.0";
pyproject = true;
src = fetchPypi {
pname = "grpcio_tools";
inherit version;
hash = "sha256-SjbgeRPSa6XM/SaFumPKl/JrCMJJ0syedN2jfvpJ1+Q=";
hash = "sha256-GBs9TmG4MULBguw2bzB5sAI1CXQ5huVMlGXKOMrCVfg=";
};
outputs = [