diff options
| author | Ophestra <cat@gensokyo.uk> | 2026-04-10 02:38:22 +0900 |
|---|---|---|
| committer | Ophestra <cat@gensokyo.uk> | 2026-04-10 02:38:22 +0900 |
| commit | 952082bd9b4a5387232da6965fd82e20ee8219a6 (patch) | |
| tree | 6b349a6ada05dea7a276f088199db29ca35f54a7 | |
| parent | 24a9b248236b5bf6fc99657d6973f740dcbb6135 (diff) | |
internal/rosa/python: 3.14.3 to 3.14.4
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 9b55ffad..fded5dca 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.3" - checksum = "ajEC32WPmn9Jvll0n4gGvlTvhMPUHb2H_j5_h9jf_esHmkZBRfAumDcKY7nTTsCH" + version = "3.14.4" + checksum = "X0VRAAGOlCVldh4J9tRAE-YrJtDvqfQTJaqxKPXNX6YTPlwpR9GwA5WRIZDO-63s" ) return t.NewPackage("python", version, pkg.NewHTTPGetTar( nil, "https://www.python.org/ftp/python/"+version+ |
