We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cbed8fd commit 3b275b1Copy full SHA for 3b275b1
cgmanifest.json
@@ -144,7 +144,7 @@
144
"component": {
145
"type": "git",
146
"git": {
147
- "commitHash": "80dc998efced8ceb2be59756668a7e90e8bef917",
+ "commitHash": "3e9dfa2866941655c56877882565e7577de6fc7b",
148
"repositoryUrl": "https://github.com/pybind/pybind11.git"
149
},
150
"comments": "v2.10.1"
cmake/externals/pybind11.cmake
@@ -1,7 +1,7 @@
1
FetchContent_Declare(
2
pybind11
3
- URL https://github.com/pybind/pybind11/archive/refs/tags/v2.10.1.zip
4
- URL_HASH SHA1=769b6aa67a77f17a770960f604b727645b6f6a13
+ URL https://github.com/pybind/pybind11/archive/refs/tags/v2.12.0.zip
+ URL_HASH SHA1=8482f57ed55c7b100672815a311d5450858723fb
5
)
6
7
FetchContent_GetProperties(pybind11)
0 commit comments