Skip to content

Commit 462c2e8

Browse files
committed
Fix tk-windows-bin.git_commit value
1 parent ef31498 commit 462c2e8

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
@@ -340,7 +340,7 @@
340340
"size": 9497943,
341341
"sha256": "9b8e77d55f40ceaedd140ccca0daa804f0d43346d5abfcead9b547b5590f82f8",
342342
"version": "8.6.14",
343-
"git_commit": "e3c3e9a2856124aa32b608632a52742d479eb7a9",
343+
"git_commit": "c624cc881bd0e5071dec9de4b120cbe9985d8c14",
344344
},
345345
"uuid": {
346346
"url": "https://sourceforge.net/projects/libuuid/files/libuuid-1.0.3.tar.gz",

0 commit comments

Comments
 (0)