python312Packages.grpcio-tools: 1.67.0 -> 1.68.1

This commit is contained in:
scraptux
2024-12-03 20:57:20 +01:00
parent f4d9e8b55f
commit d74cec3efb
@@ -12,13 +12,13 @@
# nixpkgs-update: no auto update
buildPythonPackage rec {
pname = "grpcio-tools";
version = "1.67.0";
version = "1.68.1";
pyproject = true;
src = fetchPypi {
pname = "grpcio_tools";
inherit version;
hash = "sha256-GBs9TmG4MULBguw2bzB5sAI1CXQ5huVMlGXKOMrCVfg=";
hash = "sha256-JBOhetFsnIIbNuSmf8ZMN7nkY2qxw6B3eAGIATeHObo=";
};
outputs = [