···11+# Warning: Need to update at the same time as pytorch-bin
22+#
33+# Precompiled wheels can be found at:
44+# https://download.pytorch.org/whl/torch_stable.html
55+66+# To add a new version, run "prefetch.sh 'new-version'" to paste the generated file as follows.
77+88+version : builtins.getAttr version {
99+ "0.10.0" = {
1010+ x86_64-linux-37 = {
1111+ name = "torchaudio-0.10.0-cp37-cp37m-linux_x86_64.whl";
1212+ url = "https://download.pytorch.org/whl/cu113/torchaudio-0.10.0%2Bcu113-cp37-cp37m-linux_x86_64.whl";
1313+ hash = "sha256-FspXTTODdkO0nPUJcJm8+vLIvckUa8gRfBPBT9LcKPw=";
1414+ };
1515+ x86_64-linux-38 = {
1616+ name = "torchaudio-0.10.0-cp38-cp38-linux_x86_64.whl";
1717+ url = "https://download.pytorch.org/whl/cu113/torchaudio-0.10.0%2Bcu113-cp38-cp38-linux_x86_64.whl";
1818+ hash = "sha256-Mf7QdXBSIIWRfT7ACthEwFA1V2ieid8legbMnRQnzqI=";
1919+ };
2020+ x86_64-linux-39 = {
2121+ name = "torchaudio-0.10.0-cp39-cp39-linux_x86_64.whl";
2222+ url = "https://download.pytorch.org/whl/cu113/torchaudio-0.10.0%2Bcu113-cp39-cp39-linux_x86_64.whl";
2323+ hash = "sha256-LMSGNdmku1iHRy1jCRTTOYcQlRL+Oc9jjZC1nx++skA=";
2424+ };
2525+ };
2626+}