python3Packages.grpcio-tools: 1.72.0 -> 1.73.0

This commit is contained in:
scraptux
2025-06-10 17:56:01 +02:00
parent 7397d4356c
commit e4958517c9
@@ -12,13 +12,13 @@
# nixpkgs-update: no auto update
buildPythonPackage rec {
pname = "grpcio-tools";
version = "1.72.0";
version = "1.73.0";
pyproject = true;
src = fetchPypi {
pname = "grpcio_tools";
inherit version;
hash = "sha256-IxRK3wY/rVZlFgvNw5ciDy3CnhG33eiK5pvZZy/42ds=";
hash = "sha256-aeLad+fVLH6j5gBHun1wTSQrVcbA/7GmFHrOGzfOiBs=";
};
outputs = [