Skip to content

Commit

Permalink
[pybind11] update to 2.13.4 (microsoft#40486)
Browse files Browse the repository at this point in the history
  • Loading branch information
miyanyan authored Aug 16, 2024
1 parent 5ff58d6 commit 73964f8
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ports/pybind11/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO pybind/pybind11
REF "v${VERSION}"
SHA512 97d7a2892af67adad16b6ff0fb3e6324c88d1dd931dfa0d34cf6d181baec05ed791f0980abf2174db22aabaa382fd5b5f00cb287cf6477a4786c999f29719717
SHA512 5938c758da5450be645b366190579aa7943294471a0c639c2aeb9d8e9d201ef4fb4dfd0cb1db91390f74dc59f175f6cf47b0c45c20d45ab9f3eeb1a834886de7
HEAD_REF master
)

Expand Down
2 changes: 1 addition & 1 deletion ports/pybind11/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pybind11",
"version": "2.13.1",
"version": "2.13.4",
"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",
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -7165,7 +7165,7 @@
"port-version": 0
},
"pybind11": {
"baseline": "2.13.1",
"baseline": "2.13.4",
"port-version": 0
},
"pystring": {
Expand Down
5 changes: 5 additions & 0 deletions versions/p-/pybind11.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "39d5ae8e1c5dd495d0c2f6c312694ab36ea8ce59",
"version": "2.13.4",
"port-version": 0
},
{
"git-tree": "9363778fdebae781bbd12e1cc09e4bca0b72fcfa",
"version": "2.13.1",
Expand Down

0 comments on commit 73964f8

Please sign in to comment.