Skip to content
This repository was archived by the owner on Sep 26, 2025. It is now read-only.

Commit a53a6d2

Browse files
Update to use pybind11 2.10.0
1 parent 7269543 commit a53a6d2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

kde_skbuild/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ include(GNUInstallDirs)
2424
include(FetchContent)
2525
FetchContent_Declare(
2626
pybind11
27-
URL https://github.com/pybind/pybind11/archive/refs/tags/v2.9.2.tar.gz
28-
URL_HASH SHA256=6bd528c4dbe2276635dc787b6b1f2e5316cf6b49ee3e150264e455a0d68d19c1
27+
URL https://github.com/pybind/pybind11/archive/refs/tags/v2.10.0.tar.gz
28+
URL_HASH SHA256=eacf582fa8f696227988d08cfc46121770823839fe9e301a20fbce67e7cd70ec
2929
)
3030
FetchContent_MakeAvailable(pybind11)
3131

0 commit comments

Comments
 (0)