Loading pkgs/development/libraries/grpc/default.nix +9 −1 Original line number Diff line number Diff line Loading @@ -19,11 +19,19 @@ , arrow-cpp }: # This package should be updated together with all related python grpc packages # to ensure compatibility. # nixpkgs-update: no auto update stdenv.mkDerivation rec { pname = "grpc"; version = "1.66.1"; # N.B: if you change this, please update: # pythonPackages.grpcio-tools # pythonPackages.grpcio # pythonPackages.grpcio-channelz # pythonPackages.grpcio-health-checking # pythonPackages.grpcio-reflection # pythonPackages.grpcio-status # pythonPackages.grpcio-testing # pythonPackages.grpcio-tools src = fetchFromGitHub { owner = "grpc"; Loading pkgs/development/python-modules/grpcio-channelz/default.nix +3 −0 Original line number Diff line number Diff line Loading @@ -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-channelz"; version = "1.66.2"; Loading pkgs/development/python-modules/grpcio-health-checking/default.nix +3 −0 Original line number Diff line number Diff line Loading @@ -6,6 +6,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-health-checking"; version = "1.66.2"; Loading pkgs/development/python-modules/grpcio-reflection/default.nix +3 −0 Original line number Diff line number Diff line Loading @@ -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"; Loading pkgs/development/python-modules/grpcio-status/default.nix +3 −0 Original line number Diff line number Diff line Loading @@ -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"; Loading Loading
pkgs/development/libraries/grpc/default.nix +9 −1 Original line number Diff line number Diff line Loading @@ -19,11 +19,19 @@ , arrow-cpp }: # This package should be updated together with all related python grpc packages # to ensure compatibility. # nixpkgs-update: no auto update stdenv.mkDerivation rec { pname = "grpc"; version = "1.66.1"; # N.B: if you change this, please update: # pythonPackages.grpcio-tools # pythonPackages.grpcio # pythonPackages.grpcio-channelz # pythonPackages.grpcio-health-checking # pythonPackages.grpcio-reflection # pythonPackages.grpcio-status # pythonPackages.grpcio-testing # pythonPackages.grpcio-tools src = fetchFromGitHub { owner = "grpc"; Loading
pkgs/development/python-modules/grpcio-channelz/default.nix +3 −0 Original line number Diff line number Diff line Loading @@ -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-channelz"; version = "1.66.2"; Loading
pkgs/development/python-modules/grpcio-health-checking/default.nix +3 −0 Original line number Diff line number Diff line Loading @@ -6,6 +6,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-health-checking"; version = "1.66.2"; Loading
pkgs/development/python-modules/grpcio-reflection/default.nix +3 −0 Original line number Diff line number Diff line Loading @@ -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"; Loading
pkgs/development/python-modules/grpcio-status/default.nix +3 −0 Original line number Diff line number Diff line Loading @@ -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"; Loading