python3Packages.chiapos: 1.0.10 -> 1.0.11

This commit is contained in:
Louis Bettens 2023-01-04 00:23:00 +01:00 committed by Martin Weinelt
parent ac5bf82d8e
commit f7498f56e1

View file

@ -1,5 +1,5 @@
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 5d7862b..c2d06a1 100644
index d1dd25d..96abc65 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -21,23 +21,20 @@ include(${CMAKE_INSTALL_PREFIX}/share/cmake/pybind11/pybind11Config.cmake)
@ -7,7 +7,7 @@ index 5d7862b..c2d06a1 100644
FetchContent_Declare(
pybind11-src
- GIT_REPOSITORY https://github.com/pybind/pybind11.git
- GIT_TAG v2.7.1
- GIT_TAG v2.10.0
+ SOURCE_DIR @pybind11_src@
)
FetchContent_MakeAvailable(pybind11-src)