Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): update pybind11_bazel digest to 4fec69b
Browse files Browse the repository at this point in the history
renovate[bot] authored Jun 25, 2024
1 parent 389327a commit f44db31
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions bazel/repositories.bzl
Original file line number Diff line number Diff line change
@@ -157,10 +157,10 @@ def _com_github_pybind11_bazel():
maybe(
http_archive,
name = "pybind11_bazel",
sha256 = "dc4882b23a617575d0fd822aba88aa4a14133c3d428b5a8fb83d81d03444a475",
strip_prefix = "pybind11_bazel-8889d39b2b925b2a47519ae09402a96f00ccf2b4",
sha256 = "becf24972869f0b1ddc1e589c3487a58f2fb7dc8091407957088b21d8af86831",
strip_prefix = "pybind11_bazel-4fec69b20e60a70cf118a12fae77efe416747833",
urls = [
"https://github.com/pybind/pybind11_bazel/archive/8889d39b2b925b2a47519ae09402a96f00ccf2b4.zip",
"https://github.com/pybind/pybind11_bazel/archive/4fec69b20e60a70cf118a12fae77efe416747833.zip",
],
)

0 comments on commit f44db31

Please sign in to comment.