Skip to content

Commit 66530d3

Browse files
committedOct 15, 2024
[GR-21590] Update imports
PullRequest: graalpython/3518
2 parents 0d21434 + 44b513e commit 66530d3

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed
 

‎ci.jsonnet

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{ "overlay": "9b1a2dbacd9cb2b783a4d267e283377be0bb7f8b" }
1+
{ "overlay": "f15a3f1fad6bd3cf1a8a68316d64b18b31f179b8" }

‎mx.graalpython/suite.py

+4-4
Original file line numberDiff line numberDiff line change
@@ -45,31 +45,31 @@
4545
},
4646
{
4747
"name": "sdk",
48-
"version": "3ee833a230e5af859f1289fbe5161a9abf422ec7",
48+
"version": "54826272bd922cb3222de4decd5fc8f69621c4df",
4949
"subdir": True,
5050
"urls": [
5151
{"url": "https://github.com/oracle/graal", "kind": "git"},
5252
]
5353
},
5454
{
5555
"name": "tools",
56-
"version": "3ee833a230e5af859f1289fbe5161a9abf422ec7",
56+
"version": "54826272bd922cb3222de4decd5fc8f69621c4df",
5757
"subdir": True,
5858
"urls": [
5959
{"url": "https://github.com/oracle/graal", "kind": "git"},
6060
],
6161
},
6262
{
6363
"name": "sulong",
64-
"version": "3ee833a230e5af859f1289fbe5161a9abf422ec7",
64+
"version": "54826272bd922cb3222de4decd5fc8f69621c4df",
6565
"subdir": True,
6666
"urls": [
6767
{"url": "https://github.com/oracle/graal", "kind": "git"},
6868
]
6969
},
7070
{
7171
"name": "regex",
72-
"version": "3ee833a230e5af859f1289fbe5161a9abf422ec7",
72+
"version": "54826272bd922cb3222de4decd5fc8f69621c4df",
7373
"subdir": True,
7474
"urls": [
7575
{"url": "https://github.com/oracle/graal", "kind": "git"},

0 commit comments

Comments
 (0)
Please sign in to comment.