diff options
| author | Ophestra <cat@gensokyo.uk> | 2026-03-06 21:38:17 +0900 |
|---|---|---|
| committer | Ophestra <cat@gensokyo.uk> | 2026-03-06 21:38:17 +0900 |
| commit | 7d74454f6d6da4dacf03ce6e83e81d790519d65c (patch) | |
| tree | 739d5b89cc6825fc14a64e6dbc57ecaed66ce23f /internal | |
| parent | 96956c849aecd64f8b820fc8da1c4292f48647f9 (diff) | |
internal/rosa/python: 3.14.2 to 3.14.3
Signed-off-by: Ophestra <cat@gensokyo.uk>
Diffstat (limited to 'internal')
| -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 ec1b1694..937a5085 100644 --- a/internal/rosa/python.go +++ b/internal/rosa/python.go @@ -9,8 +9,8 @@ import ( func (t Toolchain) newPython() (pkg.Artifact, string) { const ( - version = "3.14.2" - checksum = "7nZunVMGj0viB-CnxpcRego2C90X5wFsMTgsoewd5z-KSZY2zLuqaBwG-14zmKys" + version = "3.14.3" + checksum = "ajEC32WPmn9Jvll0n4gGvlTvhMPUHb2H_j5_h9jf_esHmkZBRfAumDcKY7nTTsCH" ) return t.NewPackage("python", version, pkg.NewHTTPGetTar( nil, "https://www.python.org/ftp/python/"+version+ |
