Skip to content

Commit

Permalink
Merge pull request #17289 from google:nanobind
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 560090600
  • Loading branch information
jax authors committed Aug 25, 2023
2 parents ac8ea86 + 9a5b808 commit a454081
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions third_party/nanobind/workspace.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ load("//third_party:repo.bzl", "tf_http_archive", "tf_mirror_urls")
def repo():
tf_http_archive(
name = "nanobind",
strip_prefix = "nanobind-1.5.0",
sha256 = "fe9d0bfe89b6514eed56a3f223ab257edbaf4fcd322c2acd187901cc2d212596",
urls = tf_mirror_urls("https://github.com/wjakob/nanobind/archive/refs/tags/v1.5.0.tar.gz"),
strip_prefix = "nanobind-1.5.2",
sha256 = "2574b91ba15d6160cbc819eb72da3c885601b0468e0d9eda83fc14d3be996113",
urls = tf_mirror_urls("https://github.com/wjakob/nanobind/archive/refs/tags/v1.5.2.tar.gz"),
build_file = "//third_party/nanobind:BUILD.bazel",
)

0 comments on commit a454081

Please sign in to comment.