From e4ec3d8ca28159f3131818093d745de042cf848a Mon Sep 17 00:00:00 2001 From: Caspar van Leeuwen Date: Wed, 28 Aug 2024 13:25:03 +0200 Subject: [PATCH] Correct version that was accidentally changed --- easybuild/easyconfigs/r/ReFrame/ReFrame-4.6.2-GCCcore-13.2.0.eb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/easybuild/easyconfigs/r/ReFrame/ReFrame-4.6.2-GCCcore-13.2.0.eb b/easybuild/easyconfigs/r/ReFrame/ReFrame-4.6.2-GCCcore-13.2.0.eb index 0a85c4d2b4e3..1593844cfac5 100644 --- a/easybuild/easyconfigs/r/ReFrame/ReFrame-4.6.2-GCCcore-13.2.0.eb +++ b/easybuild/easyconfigs/r/ReFrame/ReFrame-4.6.2-GCCcore-13.2.0.eb @@ -17,7 +17,7 @@ builddependencies = [ dependencies = [ ('Python', '3.11.5'), ('libxslt', '1.1.38'), # Required by lxml, which is installed by ReFrame's bootstrap installer - ('libxml2', '2.11.4'), # Required by lxml, which is installed by ReFrame's bootstrap installer + ('libxml2', '2.11.5'), # Required by lxml, which is installed by ReFrame's bootstrap installer ] use_pip = True