Skip to content

Commit 38a1c54

Browse files
authored
Try tcltk 8.6.13 (NO_JIRA)
Try version that is closest to the version Pmw was released for yet fixes the bugs we need to fix
1 parent b6364c5 commit 38a1c54

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build_conquest_python.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ def verify(self):
168168

169169
class TclPackage(AutoconfMixin, NoArchiveMixin, Package):
170170
name = 'tcl'
171-
version = '8.6.16'
171+
version = '8.6.13'
172172
tclversion = '8.6'
173173

174174
@property
@@ -297,7 +297,7 @@ def verify(self):
297297

298298
class TkPackage(AutoconfMixin, NoArchiveMixin, Package):
299299
name = 'tk'
300-
version = '8.6.16'
300+
version = '8.6.13'
301301

302302
@property
303303
def source_archives(self):

0 commit comments

Comments
 (0)