python3Packages.grpcio-tools: 1.78.0 -> 1.78.1

This commit is contained in:
scraptux
2026-03-14 12:26:57 +01:00
parent c9ea834dc5
commit 71eb33e7fc
@@ -13,13 +13,13 @@
# nixpkgs-update: no auto update
buildPythonPackage rec {
pname = "grpcio-tools";
version = "1.78.0";
version = "1.78.1";
pyproject = true;
src = fetchPypi {
pname = "grpcio_tools";
inherit version;
hash = "sha256-Sw3YZWAnQxbhVdklFYJ2+FZFCBkwiLxD4g0/Xf+Vays=";
hash = "sha256-9Ht0awapQJVLmqhrGCSqSHTwaKfsLUtAeYDSAshqaRo=";
};
postPatch = ''