lol

python3Packages.chiavdf: 1.0.7 -> 1.0.8

authored by

Louis Bettens and committed by
Martin Weinelt
6946d7b0 f7498f56

+2 -2
+2 -2
pkgs/development/python-modules/chiavdf/dont_fetch_dependencies.patch
··· 1 1 diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt 2 - index c975128..a9f6910 100644 2 + index fb92c4d..9fa52ef 100644 3 3 --- a/src/CMakeLists.txt 4 4 +++ b/src/CMakeLists.txt 5 5 @@ -31,8 +31,7 @@ include(FetchContent) ··· 7 7 FetchContent_Declare( 8 8 pybind11-src 9 9 - GIT_REPOSITORY https://github.com/pybind/pybind11.git 10 - - GIT_TAG v2.6.2 10 + - GIT_TAG v2.10.0 11 11 + SOURCE_DIR @pybind11_src@ 12 12 ) 13 13 FetchContent_MakeAvailable(pybind11-src)