diff options
| author | Ophestra <cat@gensokyo.uk> | 2026-03-13 15:32:00 +0900 |
|---|---|---|
| committer | Ophestra <cat@gensokyo.uk> | 2026-03-13 15:32:00 +0900 |
| commit | 9c774f7e0a03cc44b701a7b5ebbea99addc99c1c (patch) | |
| tree | fdfc4882c336b0930aea34b8f4be8a8d9e54cd3f | |
| parent | 707f0a349f6f646c48e8f41a62ac556ccf21a767 (diff) | |
internal/rosa/python: setuptools 82.0.0 to 82.0.1
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 9ab88b8d..8d97aeae 100644 --- a/internal/rosa/python.go +++ b/internal/rosa/python.go @@ -112,8 +112,8 @@ pip3 install \ func (t Toolchain) newSetuptools() (pkg.Artifact, string) { const ( - version = "82.0.0" - checksum = "K9f8Yi7Gg95zjmQsE1LLw9UBb8NglI6EY6pQpdD6DM0Pmc_Td5w2qs1SMngTI6Jp" + version = "82.0.1" + checksum = "nznP46Tj539yqswtOrIM4nQgwLA1h-ApKX7z7ghazROCpyF5swtQGwsZoI93wkhc" ) return t.New("setuptools-"+version, 0, t.AppendPresets(nil, Python, |
