Skip to content

Commit

Permalink
Bumpd nanobind to
Browse files Browse the repository at this point in the history
  • Loading branch information
romainthomas committed Oct 7, 2023
1 parent b5b845a commit 1be96a5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions api/python/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ endmacro()
if (LIEF_EXTERNAL_NANOBINDS)
find_package(nanobind REQUIRED)
else()
set(NANOBIND_VERSION 1c462d6)
set(NANOBIND_SHA256 SHA256=84e8334c97aa870fa5531108f945b77c24ad30addf09f9cb40c04ffc1f6f757b)
set(NANOBIND_VERSION 1.6.2.r7.gb4c5af0)
set(NANOBIND_SHA256 SHA256=b0c84f3729ba231b7539ca9484b7cc1bf32cce877cc29fa875e9f7919ef5b874)
set(NANOBIND_URL "${THIRD_PARTY_DIRECTORY}/nanobind-${NANOBIND_VERSION}.zip" CACHE STRING "URL to the Nanobind")
FetchContent_Declare(nanobind
URL ${NANOBIND_URL}
Expand Down
Binary file not shown.

0 comments on commit 1be96a5

Please sign in to comment.