Skip to content

Commit

Permalink
pybind11: update to 2.11.1
Browse files Browse the repository at this point in the history
This supports newer Python versions.
  • Loading branch information
mathstuf committed Jan 7, 2024
1 parent 998bbc0 commit 3594136
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMake/fletch-tarballs.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -560,9 +560,9 @@ set(Darnet_dlname "darknent-d206b6da7af1f4.zip")
list(APPEND fletch_external_sources Darknet)

# pybind11
set(pybind11_version "2.5.0")
set(pybind11_version "2.11.1")
set(pybind11_url "https://github.com/pybind/pybind11/archive/v${pybind11_version}.tar.gz")
set(pybind11_md5 "1ad2c611378fb440e8550a7eb6b31b89")
set(pybind11_md5 "49e92f92244021912a56935918c927d0")
set(pybind11_dlname "pybind11-${pybind11_version}.tar.gz")
list(APPEND fletch_external_sources pybind11)

Expand Down

0 comments on commit 3594136

Please sign in to comment.