Skip to content

Commit b96ea57

Browse files
committed
Fix tk-windows-bin.git_commit value
1 parent 6a9e885 commit b96ea57

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cpython-windows/build.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -566,7 +566,7 @@ def hack_project_files(
566566
rb'<ClCompile Include="$(opensslIncludeDir)\openssl\applink.c">',
567567
)
568568

569-
# We're still on the pre-built tk-windows-bin 8.6.12 which doesn't have a
569+
# We're still on the pre-built tk-windows-bin 8.6.14 which doesn't have a
570570
# standalone zlib DLL. So remove references to it from 3.12+.
571571
if meets_python_minimum_version(python_version, "3.12"):
572572
static_replace_in_file(

pythonbuild/downloads.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -339,7 +339,7 @@
339339
"size": 9497943,
340340
"sha256": "9b8e77d55f40ceaedd140ccca0daa804f0d43346d5abfcead9b547b5590f82f8",
341341
"version": "8.6.14",
342-
"git_commit": "e3c3e9a2856124aa32b608632a52742d479eb7a9",
342+
"git_commit": "c624cc881bd0e5071dec9de4b120cbe9985d8c14",
343343
},
344344
"uuid": {
345345
"url": "https://sourceforge.net/projects/libuuid/files/libuuid-1.0.3.tar.gz",

0 commit comments

Comments
 (0)