Skip to content

Commit 0bd2a31

Browse files
committed
Fix tk-windows-bin.git_commit value
1 parent 6470105 commit 0bd2a31

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
@@ -328,7 +328,7 @@
328328
"size": 9497943,
329329
"sha256": "9b8e77d55f40ceaedd140ccca0daa804f0d43346d5abfcead9b547b5590f82f8",
330330
"version": "8.6.14",
331-
"git_commit": "e3c3e9a2856124aa32b608632a52742d479eb7a9",
331+
"git_commit": "c624cc881bd0e5071dec9de4b120cbe9985d8c14",
332332
},
333333
"uuid": {
334334
"url": "https://sourceforge.net/projects/libuuid/files/libuuid-1.0.3.tar.gz",

0 commit comments

Comments
 (0)