8000 [3.12] gh-124111: Update macOS installer to use Tcl/Tk 8.6.16. (GH-13… · python/cpython@49840d6 · GitHub
[go: up one dir, main page]

Skip to content

Commit 49840d6

Browse files
[3.12] gh-124111: Update macOS installer to use Tcl/Tk 8.6.16. (GH-132190)
(cherry picked from commit c55c020) Co-authored-by: Ned Deily <nad@python.org>
1 parent 6ca6c09 commit 49840d6

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

Mac/BuildScript/build-installer.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -264,10 +264,10 @@ def library_recipes():
264264
tk_patches = ['backport_gh71383_fix.patch', 'tk868_on_10_8_10_9.patch', 'backport_gh110950_fix.patch']
265265

266266
else:
267-
tcl_tk_ver='8.6.15'
268-
tcl_checksum='861e159753f2e2fbd6ec1484103715b0be56be3357522b858d3cbb5f893ffef1'
267+
tcl_tk_ver='8.6.16'
268+
tcl_checksum='91cb8fa61771c63c262efb553059b7c7ad6757afa5857af6265e4b0bdc2a14a5'
269269

270-
tk_checksum='550969f35379f952b3020f3ab7b9dd5bfd11c1ef7c9b7c6a75f5c49aca793fec'
270+
tk_checksum='be9f94d3575d4b3099d84bc3c10de8994df2d7aa405208173c709cc404a7e5fe'
271271
tk_patches = []
272272

273273

Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Update macOS installer to use Tcl/Tk 8.6.16.

0 commit comments

Comments
 (0)
0