python313Packages.pybind11-protobuf: unbreak (#426630)

Changed files
+2 -2
pkgs
development
python-modules
pybind11-protobuf
+2 -2
pkgs/development/python-modules/pybind11-protobuf/default.nix
···
buildPythonPackage,
fetchFromGitHub,
cmake,
-
abseil-cpp,
+
abseil-cpp_202407, # downgrade, same reason as toplevel protobuf_29
protobuf_29,
pybind11,
zlib,
···
nativeBuildInputs = [ cmake ];
buildInputs = [
-
abseil-cpp
+
abseil-cpp_202407
protobuf_29
pybind11
zlib