Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
EthanSteinberg committed May 8, 2024
1 parent 7c1add1 commit 80af04b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion native/WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ pybind11_bazel_version = "2.12.0"
http_archive(
name = "pybind11_bazel",
strip_prefix = "pybind11_bazel-" + pybind11_bazel_version,
urls = ["https://github.com/pybind/pybind11_bazel/archive/v" + pybind11_bazel_version + ".tar.gz"],,
urls = ["https://github.com/pybind/pybind11_bazel/archive/v" + pybind11_bazel_version + ".tar.gz"],
)

pybind11_version = 'fab1eebe2c4c52e0abac249f3d058787bc83b5ec'
Expand Down

0 comments on commit 80af04b

Please sign in to comment.