pybind11: v2.10.1 (#33645)

Add the latest release of pybind11:
  https://github.com/pybind/pybind11/releases/tag/v2.10.1
This commit is contained in:
Axel Huebl 2022-11-10 04:01:57 -08:00 committed by GitHub
parent ea8e3c27a4
commit 5b080d63fb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -21,12 +21,13 @@ class PyPybind11(CMakePackage, PythonExtension):
"""
homepage = "https://pybind11.readthedocs.io"
url = "https://github.com/pybind/pybind11/archive/v2.6.2.tar.gz"
url = "https://github.com/pybind/pybind11/archive/refs/tags/v2.10.1.tar.gz"
git = "https://github.com/pybind/pybind11.git"
maintainers = ["ax3l"]
version("master", branch="master")
version("2.10.1", sha256="111014b516b625083bef701df7880f78c2243835abdb263065b6b59b960b6bad")
version("2.10.0", sha256="eacf582fa8f696227988d08cfc46121770823839fe9e301a20fbce67e7cd70ec")
version("2.9.2", sha256="6bd528c4dbe2276635dc787b6b1f2e5316cf6b49ee3e150264e455a0d68d19c1")
version("2.9.1", sha256="c6160321dc98e6e1184cc791fbeadd2907bb4a0ce0e447f2ea4ff8ab56550913")