python3Packages.grpcio-tools: 1.80.0 -> 1.81.0

This commit is contained in:
scraptux
2026-06-07 11:17:53 +02:00
parent c0254a8c03
commit 1949fdb81e
@@ -13,13 +13,13 @@
# nixpkgs-update: no auto update
buildPythonPackage rec {
pname = "grpcio-tools";
version = "1.80.0";
version = "1.81.0";
pyproject = true;
src = fetchPypi {
pname = "grpcio_tools";
inherit version;
hash = "sha256-JgUrGcbODc9S0QJElq6j4r36hkFZ8G3HuXsi0EGpSyY=";
hash = "sha256-BzPXc+yoy0YfTyobecZMEj25ZhvkGwgYS4FJeyuZHMs=";
};
postPatch = ''