[pybind11] Update to 2.2.3 (#3879)

This commit is contained in:
Stanislav Ershov 2018-07-10 20:46:38 +03:00 committed by Robert Schumacher
parent 5303da0c2e
commit 69abe4cfb7
2 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
Source: pybind11
Version: 2.2.1
Version: 2.2.3
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.
Build-Depends: python3

View File

@ -3,8 +3,8 @@ include(vcpkg_common_functions)
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO pybind/pybind11
REF v2.2.1
SHA512 1bc0646862fabef1111c05403a7238965ce5661a6f53945a1b7c4faad33f039d2ea278de64190099a8ae4fd66487a070de59334a7f32e187060bbbc7e0c3060e
REF v2.2.3
SHA512 3a43b43f44ae4a6453fe3b875384acc868310177216938cb564536e6b73c56002743137e5f61cf4ecbd6c56e3b39476ebf06aea33d460581fc7d8ba7b2a22a67
HEAD_REF master
)