python3Packages.grpcio-channelz: 1.80.0 -> 1.81.0

This commit is contained in:
scraptux 2026-06-07 11:17:39 +02:00
commit ac6c2aecd8

View file

@ -12,13 +12,13 @@
# nixpkgs-update: no auto update
buildPythonPackage rec {
pname = "grpcio-channelz";
version = "1.80.0";
version = "1.81.0";
pyproject = true;
src = fetchPypi {
pname = "grpcio_channelz";
inherit version;
hash = "sha256-fs6As480ti6Q5uHFqghYXwwPE8GpyI6vdNioZxw6n6E=";
hash = "sha256-V6Gr5QURNJv9iafEJtHbaRmOLJzUcbr2wNVgbDTbmt8=";
};
build-system = [ setuptools ];