diff options
| author | Robert Rose <robert.rose@mailbox.org> | 2024-10-16 18:52:56 +0200 |
|---|---|---|
| committer | Robert Rose <robert.rose@mailbox.org> | 2024-10-25 12:24:56 +0200 |
| commit | fbdd33747bb2c8da3cc22959b73affe27d0bc9a1 (patch) | |
| tree | b0a1564cce103a9604acc79974c2418c135849f7 /pkgs/development/python-modules | |
| parent | 4dc4df62cc6f09595c5e4eadf8a79975dc6b7888 (diff) | |
pythonPackages.grpcio-reflection: 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-reflection/default.nix | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/pkgs/development/python-modules/grpcio-reflection/default.nix b/pkgs/development/python-modules/grpcio-reflection/default.nix index 35fb1faaeaef..c37492ccf476 100644 --- a/pkgs/development/python-modules/grpcio-reflection/default.nix +++ b/pkgs/development/python-modules/grpcio-reflection/default.nix @@ -7,6 +7,9 @@ protobuf, }: +# 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-reflection"; version = "1.66.2"; |
