Skip to content

Commit

Permalink
Fix tk-windows-bin.git_commit value
Browse files Browse the repository at this point in the history
  • Loading branch information
zanieb committed Sep 4, 2024
1 parent 6470105 commit 0bd2a31
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cpython-windows/build.py
Original file line number Diff line number Diff line change
Expand Up @@ -557,7 +557,7 @@ def hack_project_files(
rb'<ClCompile Include="$(opensslIncludeDir)\openssl\applink.c">',
)

# We're still on the pre-built tk-windows-bin 8.6.12 which doesn't have a
# We're still on the pre-built tk-windows-bin 8.6.14 which doesn't have a
# standalone zlib DLL. So remove references to it from 3.12+.
if meets_python_minimum_version(python_version, "3.12"):
static_replace_in_file(
Expand Down
2 changes: 1 addition & 1 deletion pythonbuild/downloads.py
Original file line number Diff line number Diff line change
Expand Up @@ -328,7 +328,7 @@
"size": 9497943,
"sha256": "9b8e77d55f40ceaedd140ccca0daa804f0d43346d5abfcead9b547b5590f82f8",
"version": "8.6.14",
"git_commit": "e3c3e9a2856124aa32b608632a52742d479eb7a9",
"git_commit": "c624cc881bd0e5071dec9de4b120cbe9985d8c14",
},
"uuid": {
"url": "https://sourceforge.net/projects/libuuid/files/libuuid-1.0.3.tar.gz",
Expand Down

0 comments on commit 0bd2a31

Please sign in to comment.