Skip to content

Commit

Permalink
Merge pull request #8162 from EricCousineau-TRI/issue/8160
Browse files Browse the repository at this point in the history
pybind11: Incorporate RobotLocomotion/pybind11#11 (unique_ptr overload transactions)
  • Loading branch information
EricCousineau-TRI authored Feb 26, 2018
2 parents e2d9c8a + fa49200 commit fd4c235
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/workspace/pybind11/repository.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ load("@drake//tools/workspace:github.bzl", "github_archive")

_REPOSITORY = "RobotLocomotion/pybind11"

_COMMIT = "060f8eb02c72c793967ccdaa6da10d6aba3055db"
_COMMIT = "3dcfcb00a440e858211661d179a15904586fb45f"

_SHA256 = "5a250d01cb4ace5d7e15bdd5b71c4e8f041bc7965677384903aeb77898953602"
_SHA256 = "f7ac23089450042ad8cd39bb2b58c14f7aa395683e60d57789aaae1335b21bbb"

def pybind11_repository(name):
github_archive(
Expand Down

0 comments on commit fd4c235

Please sign in to comment.