From 8e7a89a32257cb0fb909a283e85b83cf5437182e Mon Sep 17 00:00:00 2001 From: Tomas Stupka <tomas.stupka@oracle.com> Date: Fri, 6 Apr 2018 14:19:59 +0200 Subject: [PATCH] updated truffle version --- mx.fastr/suite.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mx.fastr/suite.py b/mx.fastr/suite.py index 97a6ac9d34..d3d1571cab 100644 --- a/mx.fastr/suite.py +++ b/mx.fastr/suite.py @@ -7,7 +7,7 @@ suite = { { "name" : "truffle", "subdir" : True, - "version" : "0d89b3194d269f28dc6498d808fa38df7850f1fe", + "version" : "9f0ae389ca39964e2328336ecde49982804b53f8", "urls" : [ {"url" : "https://github.com/graalvm/graal", "kind" : "git"}, {"url" : "https://curio.ssw.jku.at/nexus/content/repositories/snapshots", "kind" : "binary"}, -- GitLab