Loading pkgs/development/python-modules/protobuf/default.nix→pkgs/development/python-modules/protobuf/5.nix +0 −0 File moved. View file pkgs/top-level/all-packages.nix +1 −1 Original line number Diff line number Diff line Loading @@ -10947,7 +10947,7 @@ with pkgs; prospector = callPackage ../development/tools/prospector { }; protobuf = protobuf_29; protobuf = protobuf_30; inherit ({ Loading pkgs/top-level/python-packages.nix +4 −4 Original line number Diff line number Diff line Loading @@ -11391,7 +11391,7 @@ self: super: with self; { proto-plus = callPackage ../development/python-modules/proto-plus { }; # If a protobuf upgrade causes many Python packages to fail, please pin it here to the previous version. protobuf = protobuf5; protobuf = protobuf6; protobuf3-to-dict = callPackage ../development/python-modules/protobuf3-to-dict { }; Loading @@ -11401,13 +11401,13 @@ self: super: with self; { }; # Protobuf 5.x protobuf5 = callPackage ../development/python-modules/protobuf/default.nix { inherit (pkgs.__splicedPackages) protobuf; protobuf5 = callPackage ../development/python-modules/protobuf/5.nix { protobuf = pkgs.__splicedPackages.protobuf_29; }; # Protobuf 6.x protobuf6 = callPackage ../development/python-modules/protobuf/6.nix { inherit (pkgs.__splicedPackages) protobuf_30; inherit (pkgs.__splicedPackages) protobuf; }; proton-client = callPackage ../development/python-modules/proton-client { }; Loading Loading
pkgs/development/python-modules/protobuf/default.nix→pkgs/development/python-modules/protobuf/5.nix +0 −0 File moved. View file
pkgs/top-level/all-packages.nix +1 −1 Original line number Diff line number Diff line Loading @@ -10947,7 +10947,7 @@ with pkgs; prospector = callPackage ../development/tools/prospector { }; protobuf = protobuf_29; protobuf = protobuf_30; inherit ({ Loading
pkgs/top-level/python-packages.nix +4 −4 Original line number Diff line number Diff line Loading @@ -11391,7 +11391,7 @@ self: super: with self; { proto-plus = callPackage ../development/python-modules/proto-plus { }; # If a protobuf upgrade causes many Python packages to fail, please pin it here to the previous version. protobuf = protobuf5; protobuf = protobuf6; protobuf3-to-dict = callPackage ../development/python-modules/protobuf3-to-dict { }; Loading @@ -11401,13 +11401,13 @@ self: super: with self; { }; # Protobuf 5.x protobuf5 = callPackage ../development/python-modules/protobuf/default.nix { inherit (pkgs.__splicedPackages) protobuf; protobuf5 = callPackage ../development/python-modules/protobuf/5.nix { protobuf = pkgs.__splicedPackages.protobuf_29; }; # Protobuf 6.x protobuf6 = callPackage ../development/python-modules/protobuf/6.nix { inherit (pkgs.__splicedPackages) protobuf_30; inherit (pkgs.__splicedPackages) protobuf; }; proton-client = callPackage ../development/python-modules/proton-client { }; Loading