Skip to content

Commit 46d9162

Browse files
Try and update Tcl to 9.0.1... (CQ-1915)
1 parent c5ba687 commit 46d9162

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,8 +168,8 @@ def verify(self):
168168

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

174174
@property
175175
def source_archives(self):

0 commit comments

Comments
 (0)