Skip to content

Commit

Permalink
python_distributions: update default Linux musl distribution
Browse files Browse the repository at this point in the history
This should work around astral-sh/python-build-standalone#30.
  • Loading branch information
indygreg committed Feb 18, 2020
1 parent d78aeee commit 0357347
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyoxidizer/src/python_distributions.rs
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ lazy_static! {
res.insert(
"x86_64-unknown-linux-musl".to_string(),
HostedDistribution {
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"),
sha256: String::from(
"283ecac3fff2f907766b295750fcb4a04957d9cecebcd4da8c5c86c8780d8d2e",
"d5e5d8681b0af13bc3e718a35d6237b3629908a669050cb8c8ab919a731c5718",
),
},
);
Expand Down

0 comments on commit 0357347

Please sign in to comment.