mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 09:41:39 +08:00
[pybind11] update to 2.13.5 (#40605)
This commit is contained in:
parent
060c2708a3
commit
891f84e6c1
@ -2,7 +2,7 @@ vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO pybind/pybind11
|
||||
REF "v${VERSION}"
|
||||
SHA512 5938c758da5450be645b366190579aa7943294471a0c639c2aeb9d8e9d201ef4fb4dfd0cb1db91390f74dc59f175f6cf47b0c45c20d45ab9f3eeb1a834886de7
|
||||
SHA512 bf9ebfbd8e694fbb421d8bdb5362a207a3782685d48988e77aed98363b2fa302e7384b570b02b117d45d5509b1633b096d4fc1ef16f65e6cc8c888b863c1e2cb
|
||||
HEAD_REF master
|
||||
)
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "pybind11",
|
||||
"version": "2.13.4",
|
||||
"version": "2.13.5",
|
||||
"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",
|
||||
|
@ -7181,7 +7181,7 @@
|
||||
"port-version": 0
|
||||
},
|
||||
"pybind11": {
|
||||
"baseline": "2.13.4",
|
||||
"baseline": "2.13.5",
|
||||
"port-version": 0
|
||||
},
|
||||
"pystring": {
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "f02c4e33cba72e478d122bc1e76fb027466579e5",
|
||||
"version": "2.13.5",
|
||||
"port-version": 0
|
||||
},
|
||||
{
|
||||
"git-tree": "39d5ae8e1c5dd495d0c2f6c312694ab36ea8ce59",
|
||||
"version": "2.13.4",
|
||||
|
Loading…
Reference in New Issue
Block a user