Skip to content

Commit d478cf8

Browse files
authored
gh-124111: Update macOS installer to use Tcl/Tk 9.0.4. (#153868)
1 parent a4c19f5 commit d478cf8

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

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 = ['backport_gh71383_fix.patch', 'tk868_on_10_8_10_9.patch', 'backport_gh110950_fix.patch']
265265

266266
else:
267-
tcl_tk_ver='9.0.3'
268-
tcl_checksum='2537ba0c86112c8c953f7c09d33f134dd45c0fb3a71f2d7f7691fd301d2c33a6'
267+
tcl_tk_ver='9.0.4'
268+
tcl_checksum='d0aed49230bc02a65c1e0229e65f34590a4b037ec40d546f32573b467f7551ea'
269269

270-
tk_checksum='bf344efadb618babb7933f69275620f72454d1c8220130da93e3f7feb0efbf9b'
270+
tk_checksum='d7a146d2917eb8b5cc95276dbf0e3d03c7464d2b19c1675357857c989301dbb4'
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 use Tcl/Tk 9.0.4.

0 commit comments

Comments
 (0)