Skip to content

Commit

Permalink
Update PythonEmbedHashes.cmake
Browse files Browse the repository at this point in the history
  • Loading branch information
MehdiChinoune committed Feb 26, 2024
1 parent fc2ccce commit c76af11
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/PythonEmbedHashes.cmake
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
if( ${Python3_VERSION} VERSION_EQUAL "3.12.1" )
set( PYTHON_EMBED_HASH "019788d34af2c60a7be45bf8273e361f" )
if( ${Python3_VERSION} VERSION_EQUAL "3.12.2" )
set( PYTHON_EMBED_HASH "ded837d78a1efa7ea47b31c14c756faa" )
elseif( ${Python3_VERSION} VERSION_EQUAL "3.11.6" )
set( PYTHON_EMBED_HASH "ff5f34b8d2504c49fc94ffc29998b8a0" )
elseif( ${Python3_VERSION} VERSION_EQUAL "3.10.11" )
Expand Down

0 comments on commit c76af11

Please sign in to comment.