diff options
author | robot-brewer <robot-brewer@yandex-team.com> | 2024-10-24 09:06:57 +0300 |
---|---|---|
committer | robot-brewer <robot-brewer@yandex-team.com> | 2024-10-24 09:19:34 +0300 |
commit | 0bb24f744b14da1f9afe0c8a2f8675d6ed3ba578 (patch) | |
tree | 0b8adfcb39bce1bee66f3a03b2316772568c04f8 /build/platform/python | |
parent | b5de966122980444f495696a79c988be76ccad99 (diff) | |
download | ydb-0bb24f744b14da1f9afe0c8a2f8675d6ed3ba578.tar.gz |
Release python3-frozen #10
https://github.com/yandex/toolchain-registry/releases/tag/python3-frozen-v10
commit_hash:c15fdff831efa24ba1f6711307408dd1c7a46b91
Diffstat (limited to 'build/platform/python')
-rw-r--r-- | build/platform/python/ymake_python3/resources.json | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/build/platform/python/ymake_python3/resources.json b/build/platform/python/ymake_python3/resources.json index 53c4a82d5b..391812e5d9 100644 --- a/build/platform/python/ymake_python3/resources.json +++ b/build/platform/python/ymake_python3/resources.json @@ -1,19 +1,19 @@ { "by_platform": { - "darwin-x86_64": { - "uri": "sbr:7203671634" - }, "darwin-arm64": { - "uri": "sbr:7203671142" + "uri": "sbr:7320178938" }, - "linux-x86_64": { - "uri": "sbr:7203672677" + "darwin-x86_64": { + "uri": "sbr:7320191969" }, "linux-aarch64": { - "uri": "sbr:7203672172" + "uri": "sbr:7320114121" + }, + "linux-x86_64": { + "uri": "sbr:7320108874" }, "win32-x86_64": { - "uri": "sbr:7203670792" + "uri": "sbr:7320257970" } } } |