From 9fdfd17deff3b1f0a770144297c4c4931f95e447 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juli=C3=A1n=20Morillo?= Date: Mon, 23 Dec 2024 12:09:40 +0100 Subject: [PATCH] Fix toolchain version in ITSTool-2.0.7-GCCcore-13.2.0.eb --- easybuild/easyconfigs/i/ITSTool/ITSTool-2.0.7-GCCcore-13.2.0.eb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/easybuild/easyconfigs/i/ITSTool/ITSTool-2.0.7-GCCcore-13.2.0.eb b/easybuild/easyconfigs/i/ITSTool/ITSTool-2.0.7-GCCcore-13.2.0.eb index e3ec83d913f..d8216b2f09e 100644 --- a/easybuild/easyconfigs/i/ITSTool/ITSTool-2.0.7-GCCcore-13.2.0.eb +++ b/easybuild/easyconfigs/i/ITSTool/ITSTool-2.0.7-GCCcore-13.2.0.eb @@ -6,7 +6,7 @@ version = '2.0.7' homepage = 'http://itstool.org/' description = "ITS Tool allows you to translate your XML documents with PO files" -toolchain = {'name': 'GCCcore', 'version': '12.3.0'} +toolchain = {'name': 'GCCcore', 'version': '13.2.0'} source_urls = ['http://files.itstool.org/itstool/'] sources = [SOURCELOWER_TAR_BZ2]