mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 02:41:47 +08:00
[pybind11] update to 2.13.6 (#40983)
This commit is contained in:
parent
20d1b77877
commit
e44bf6a106
@ -2,7 +2,7 @@ vcpkg_from_github(
|
|||||||
OUT_SOURCE_PATH SOURCE_PATH
|
OUT_SOURCE_PATH SOURCE_PATH
|
||||||
REPO pybind/pybind11
|
REPO pybind/pybind11
|
||||||
REF "v${VERSION}"
|
REF "v${VERSION}"
|
||||||
SHA512 bf9ebfbd8e694fbb421d8bdb5362a207a3782685d48988e77aed98363b2fa302e7384b570b02b117d45d5509b1633b096d4fc1ef16f65e6cc8c888b863c1e2cb
|
SHA512 497c25b33b09a9c42f67131ab82e35d689e8ce089dd7639be997305ff9a6d502447b79c824508c455d559e61f0186335b54dd2771d903a7c1621833930622d1a
|
||||||
HEAD_REF master
|
HEAD_REF master
|
||||||
)
|
)
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "pybind11",
|
"name": "pybind11",
|
||||||
"version": "2.13.5",
|
"version": "2.13.6",
|
||||||
"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",
|
"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",
|
"homepage": "https://github.com/pybind/pybind11",
|
||||||
"license": "BSD-3-Clause",
|
"license": "BSD-3-Clause",
|
||||||
|
@ -7229,7 +7229,7 @@
|
|||||||
"port-version": 0
|
"port-version": 0
|
||||||
},
|
},
|
||||||
"pybind11": {
|
"pybind11": {
|
||||||
"baseline": "2.13.5",
|
"baseline": "2.13.6",
|
||||||
"port-version": 0
|
"port-version": 0
|
||||||
},
|
},
|
||||||
"pystring": {
|
"pystring": {
|
||||||
|
@ -1,5 +1,10 @@
|
|||||||
{
|
{
|
||||||
"versions": [
|
"versions": [
|
||||||
|
{
|
||||||
|
"git-tree": "61bb90b38540cad23b050fb28bbc5cfb83845e95",
|
||||||
|
"version": "2.13.6",
|
||||||
|
"port-version": 0
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"git-tree": "f02c4e33cba72e478d122bc1e76fb027466579e5",
|
"git-tree": "f02c4e33cba72e478d122bc1e76fb027466579e5",
|
||||||
"version": "2.13.5",
|
"version": "2.13.5",
|
||||||
|
Loading…
Reference in New Issue
Block a user