python313Packages.pybind11-protobuf: unbreak (#426630)

authored by Weijia Wang and committed by GitHub d41e390a 9306cff2

+2 -2
+2 -2
pkgs/development/python-modules/pybind11-protobuf/default.nix
··· 4 buildPythonPackage, 5 fetchFromGitHub, 6 cmake, 7 - abseil-cpp, 8 protobuf_29, 9 pybind11, 10 zlib, ··· 31 nativeBuildInputs = [ cmake ]; 32 33 buildInputs = [ 34 - abseil-cpp 35 protobuf_29 36 pybind11 37 zlib
··· 4 buildPythonPackage, 5 fetchFromGitHub, 6 cmake, 7 + abseil-cpp_202407, # downgrade, same reason as toplevel protobuf_29 8 protobuf_29, 9 pybind11, 10 zlib, ··· 31 nativeBuildInputs = [ cmake ]; 32 33 buildInputs = [ 34 + abseil-cpp_202407 35 protobuf_29 36 pybind11 37 zlib