python3Packages.grpcio-tools: 1.76.0 -> 1.78.0

This commit is contained in:
scraptux
2026-02-07 17:08:15 +01:00
parent 02359df1a9
commit f4a4e82c90
@@ -12,13 +12,13 @@
# nixpkgs-update: no auto update
buildPythonPackage rec {
pname = "grpcio-tools";
version = "1.76.0";
version = "1.78.0";
pyproject = true;
src = fetchPypi {
pname = "grpcio_tools";
inherit version;
hash = "sha256-zoAWm15q3z6DAvPrtssMOp8ICJEzq8pLdq1n91H1rYg=";
hash = "sha256-Sw3YZWAnQxbhVdklFYJ2+FZFCBkwiLxD4g0/Xf+Vays=";
};
outputs = [