diff options
| author | Ophestra <cat@gensokyo.uk> | 2026-03-06 18:40:55 +0900 |
|---|---|---|
| committer | Ophestra <cat@gensokyo.uk> | 2026-03-06 18:40:55 +0900 |
| commit | 16d0cf04c1b9a5bab1bf872425cf7589e5436dfc (patch) | |
| tree | 4cb69875962b704b4ffe22d90d086f70b35a875e | |
| parent | 6a2b32b48ce47c5e79da5124638e69bfd5a1e333 (diff) | |
internal/rosa/python: setuptools 80.10.1 to 82.0.0
Signed-off-by: Ophestra <cat@gensokyo.uk>
| -rw-r--r-- | internal/rosa/python.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/internal/rosa/python.go b/internal/rosa/python.go index 1282f8f3..ec1b1694 100644 --- a/internal/rosa/python.go +++ b/internal/rosa/python.go @@ -108,8 +108,8 @@ pip3 install \ func (t Toolchain) newSetuptools() (pkg.Artifact, string) { const ( - version = "80.10.1" - checksum = "p3rlwEmy1krcUH1KabprQz1TCYjJ8ZUjOQknQsWh3q-XEqLGEd3P4VrCc7ouHGXU" + version = "82.0.0" + checksum = "K9f8Yi7Gg95zjmQsE1LLw9UBb8NglI6EY6pQpdD6DM0Pmc_Td5w2qs1SMngTI6Jp" ) return t.New("setuptools-"+version, 0, []pkg.Artifact{ t.Load(Python), |
