Update bazel and flatzinc (#4879)

This commit is contained in:
Guillaume Chatelet
2025-10-16 14:05:15 +02:00
committed by Corentin Le Molgat
parent 0ecd0b6535
commit ed397541f4
6 changed files with 6 additions and 41 deletions

View File

@@ -63,7 +63,7 @@ git_override(
module_name = "pybind11_bazel",
commit = "2b6082a4d9d163a52299718113fa41e4b7978db5",
patch_strip = 1,
patches = ["//patches:pybind11_bazel.patch"],
patches = ["//:patches/pybind11_bazel.patch"],
remote = "https://github.com/pybind/pybind11_bazel.git",
)
@@ -71,7 +71,7 @@ git_override(
module_name = "pybind11_abseil",
commit = "70f8b693b3b70573ca785ef62d9f48054f45d786",
patch_strip = 1,
patches = ["//patches:pybind11_abseil.patch"],
patches = ["//:patches/pybind11_abseil.patch"],
remote = "https://github.com/pybind/pybind11_abseil.git",
)