python3Packages.grpcio-channelz: 1.78.1 -> 1.80.0

This commit is contained in:
scraptux
2026-03-30 18:24:26 +02:00
parent 55c8a003a8
commit 4053a4e7d3
@@ -12,13 +12,13 @@
# nixpkgs-update: no auto update
buildPythonPackage rec {
pname = "grpcio-channelz";
version = "1.78.1";
version = "1.80.0";
pyproject = true;
src = fetchPypi {
pname = "grpcio_channelz";
inherit version;
hash = "sha256-OnUpauDkLIQsZQVeC45nZWtqAikIZUdPxGTxPKvp35Q=";
hash = "sha256-fs6As480ti6Q5uHFqghYXwwPE8GpyI6vdNioZxw6n6E=";
};
build-system = [ setuptools ];