Skip to content

Commit fd4c235

Browse files
Merge pull request #8162 from EricCousineau-TRI/issue/8160
pybind11: Incorporate RobotLocomotion/pybind11#11 (unique_ptr overload transactions)
2 parents e2d9c8a + fa49200 commit fd4c235

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tools/workspace/pybind11/repository.bzl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ load("@drake//tools/workspace:github.bzl", "github_archive")
55

66
_REPOSITORY = "RobotLocomotion/pybind11"
77

8-
_COMMIT = "060f8eb02c72c793967ccdaa6da10d6aba3055db"
8+
_COMMIT = "3dcfcb00a440e858211661d179a15904586fb45f"
99

10-
_SHA256 = "5a250d01cb4ace5d7e15bdd5b71c4e8f041bc7965677384903aeb77898953602"
10+
_SHA256 = "f7ac23089450042ad8cd39bb2b58c14f7aa395683e60d57789aaae1335b21bbb"
1111

1212
def pybind11_repository(name):
1313
github_archive(

0 commit comments

Comments
 (0)