From 1a62a51d67a04c4c2de4f45472b89a3781d840ba Mon Sep 17 00:00:00 2001 From: Kyle Krol Date: Thu, 3 Dec 2020 11:50:15 -0600 Subject: [PATCH] Update pybind11 for Python 3.9.0 --- WORKSPACE | 5 +++-- lib/lin | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/WORKSPACE b/WORKSPACE index 87865f63..33de98a4 100644 --- a/WORKSPACE +++ b/WORKSPACE @@ -30,8 +30,9 @@ pip_install( http_archive( name = "pybind11", build_file = "//bazel:pybind11.BUILD", - strip_prefix = "pybind11-2.5.0", - urls = ["https://github.com/pybind/pybind11/archive/v2.5.0.tar.gz"], + url = "https://github.com/pybind/pybind11/archive/v2.6.1.tar.gz", + sha256 = "cdbe326d357f18b83d10322ba202d69f11b2f49e2d87ade0dc2be0c5c34f8e2a", + strip_prefix = "pybind11-2.6.1", ) # Googletest diff --git a/lib/lin b/lib/lin index e77b8356..6ef52359 160000 --- a/lib/lin +++ b/lib/lin @@ -1 +1 @@ -Subproject commit e77b83569aa6916fe722041679ef46b121a1b164 +Subproject commit 6ef523590c503e85de3a36cbf26efc71a7fc9881