We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9cf60b commit 1ee1895Copy full SHA for 1ee1895
utils/bazel/WORKSPACE
@@ -186,9 +186,9 @@ maybe(
186
http_archive,
187
name = "nanobind",
188
build_file = "@llvm-raw//utils/bazel/third_party_build:nanobind.BUILD",
189
- sha256 = "bb35deaed7efac5029ed1e33880a415638352f757d49207a8e6013fefb6c49a7",
190
- strip_prefix = "nanobind-2.4.0",
191
- url = "https://github.com/wjakob/nanobind/archive/refs/tags/v2.4.0.tar.gz",
+ sha256 = "8ce3667dce3e64fc06bfb9b778b6f48731482362fb89a43da156632266cd5a90",
+ strip_prefix = "nanobind-2.9.2",
+ url = "https://github.com/wjakob/nanobind/archive/refs/tags/v2.9.2.tar.gz",
192
)
193
194
load("@rules_python//python:repositories.bzl", "py_repositories", "python_register_toolchains")
0 commit comments