mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-28 03:10:57 +08:00
[pybind11] update to 2.12.0 (#37771)
This commit is contained in:
parent
ff2d960586
commit
867c15f484
@ -2,7 +2,7 @@ vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO pybind/pybind11
|
||||
REF "v${VERSION}"
|
||||
SHA512 ed1512ff0bca3bc0a45edc2eb8c77f8286ab9389f6ff1d5cb309be24bc608abbe0df6a7f5cb18c8f80a3bfa509058547c13551c3cd6a759af708fd0cdcdd9e95
|
||||
SHA512 c20247a4dccec310307174a26a79f9a98dd7ae7c84a48ad61c61589b02ef74caac26c2945de602cbe38b0bea65fc9985f1cc37f9e2322cae2f824dee98d602f1
|
||||
HEAD_REF master
|
||||
PATCHES
|
||||
fix-debug-link.patch
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "pybind11",
|
||||
"version": "2.11.1",
|
||||
"version": "2.12.0",
|
||||
"description": "pybind11 is a lightweight header-only library that exposes C++ types in Python and vice versa, mainly to create Python bindings of existing C++ code",
|
||||
"homepage": "https://github.com/pybind/pybind11",
|
||||
"license": "BSD-3-Clause",
|
||||
|
@ -7013,7 +7013,7 @@
|
||||
"port-version": 0
|
||||
},
|
||||
"pybind11": {
|
||||
"baseline": "2.11.1",
|
||||
"baseline": "2.12.0",
|
||||
"port-version": 0
|
||||
},
|
||||
"pystring": {
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "fdb8e4d4c69b8a217e5cfc387ec750d4143738cc",
|
||||
"version": "2.12.0",
|
||||
"port-version": 0
|
||||
},
|
||||
{
|
||||
"git-tree": "7001887fb9e72bb5590da8407998dedbb4aa2719",
|
||||
"version": "2.11.1",
|
||||
|
Loading…
x
Reference in New Issue
Block a user