We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d78aeee commit 0357347Copy full SHA for 0357347
pyoxidizer/src/python_distributions.rs
@@ -30,9 +30,9 @@ lazy_static! {
30
res.insert(
31
"x86_64-unknown-linux-musl".to_string(),
32
HostedDistribution {
33
- url: String::from("https://github.com/indygreg/python-build-standalone/releases/download/20200216/cpython-3.7.6-linux64-musl-20200216T2355.tar.zst"),
+ url: String::from("https://github.com/indygreg/python-build-standalone/releases/download/20200217/cpython-3.7.6-linux64-musl-20200218T0557.tar.zst"),
34
sha256: String::from(
35
- "283ecac3fff2f907766b295750fcb4a04957d9cecebcd4da8c5c86c8780d8d2e",
+ "d5e5d8681b0af13bc3e718a35d6237b3629908a669050cb8c8ab919a731c5718",
36
),
37
},
38
);
0 commit comments