Skip to content

Commit ad50415

Browse files
[3.11] gh-99834: Update macOS installer to Tcl/Tk 8.6.13. (GH-110710)
(cherry picked from commit 13e4600) Co-authored-by: Ned Deily <nad@python.org>
1 parent 79b81d1 commit ad50415

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

Mac/BuildScript/build-installer.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -264,10 +264,10 @@ def library_recipes():
264264
tk_patches = ['tk868_on_10_8_10_9.patch']
265265

266266
else:
267-
tcl_tk_ver='8.6.12'
268-
tcl_checksum='87ea890821d2221f2ab5157bc5eb885f'
267+
tcl_tk_ver='8.6.13'
268+
tcl_checksum='43a1fae7412f61ff11de2cfd05d28cfc3a73762f354a417c62370a54e2caf066'
269269

270-
tk_checksum='1d6dcf6120356e3d211e056dff5e462a'
270+
tk_checksum='2e65fa069a23365440a3c56c556b8673b5e32a283800d8d9b257e3f584ce0675'
271271
tk_patches = [ ]
272272

273273

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Update macOS installer to Tcl/Tk 8.6.13.

0 commit comments

Comments
 (0)