pythonPackages.grpcio-status: disable auto update by nixpkgs-update

This package should always be updated together with the grpc package to
ensure compatibility.
This commit is contained in:
Robert Rose 2024-10-16 18:53:39 +02:00
parent fbdd33747b
commit ccfbf42fd5

View File

@ -8,6 +8,9 @@
pythonOlder,
}:
# This package should be updated together with the main grpc package and other
# related python grpc packages.
# nixpkgs-update: no auto update
buildPythonPackage rec {
pname = "grpcio-status";
version = "1.66.1";