diff options
| author | Robert Rose <robert.rose@mailbox.org> | 2024-10-16 18:53:39 +0200 |
|---|---|---|
| committer | Robert Rose <robert.rose@mailbox.org> | 2024-10-25 12:24:56 +0200 |
| commit | ccfbf42fd5437decc047a4eae9e4231920208b2f (patch) | |
| tree | 7296d531690539794952ee908fb84d5730526b9d /pkgs/development/python-modules | |
| parent | fbdd33747bb2c8da3cc22959b73affe27d0bc9a1 (diff) | |
pythonPackages.grpcio-status: disable auto update by nixpkgs-update
This package should always be updated together with the grpc package to
ensure compatibility.
Diffstat (limited to 'pkgs/development/python-modules')
| -rw-r--r-- | pkgs/development/python-modules/grpcio-status/default.nix | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/pkgs/development/python-modules/grpcio-status/default.nix b/pkgs/development/python-modules/grpcio-status/default.nix index e72822cbd68d..065f4f833ecc 100644 --- a/pkgs/development/python-modules/grpcio-status/default.nix +++ b/pkgs/development/python-modules/grpcio-status/default.nix @@ -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"; |
