Skip to content

Commit 7ebcca0

Browse files
committed
Fix tk-windows-bin.git_commit value
1 parent 2e88b7b commit 7ebcca0

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
@@ -557,7 +557,7 @@ def hack_project_files(
557557
rb'<ClCompile Include="$(opensslIncludeDir)\openssl\applink.c">',
558558
)
559559

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

pythonbuild/downloads.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -331,7 +331,7 @@
331331
"size": 9497943,
332332
"sha256": "9b8e77d55f40ceaedd140ccca0daa804f0d43346d5abfcead9b547b5590f82f8",
333333
"version": "8.6.14",
334-
"git_commit": "e3c3e9a2856124aa32b608632a52742d479eb7a9",
334+
"git_commit": "c624cc881bd0e5071dec9de4b120cbe9985d8c14",
335335
},
336336
"uuid": {
337337
"url": "https://sourceforge.net/projects/libuuid/files/libuuid-1.0.3.tar.gz",

0 commit comments

Comments
 (0)