Skip to content

Commit 0357347

Browse files
committed
python_distributions: update default Linux musl distribution
This should work around astral-sh/python-build-standalone#30.
1 parent d78aeee commit 0357347

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyoxidizer/src/python_distributions.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@ lazy_static! {
3030
res.insert(
3131
"x86_64-unknown-linux-musl".to_string(),
3232
HostedDistribution {
33-
url: String::from("https://github.com/indygreg/python-build-standalone/releases/download/20200216/cpython-3.7.6-linux64-musl-20200216T2355.tar.zst"),
33+
url: String::from("https://github.com/indygreg/python-build-standalone/releases/download/20200217/cpython-3.7.6-linux64-musl-20200218T0557.tar.zst"),
3434
sha256: String::from(
35-
"283ecac3fff2f907766b295750fcb4a04957d9cecebcd4da8c5c86c8780d8d2e",
35+
"d5e5d8681b0af13bc3e718a35d6237b3629908a669050cb8c8ab919a731c5718",
3636
),
3737
},
3838
);

0 commit comments

Comments
 (0)