diff options
| author | Ophestra <cat@gensokyo.uk> | 2026-05-12 17:52:53 +0900 |
|---|---|---|
| committer | Ophestra <cat@gensokyo.uk> | 2026-05-12 17:52:53 +0900 |
| commit | f9538bc21b7b9e9accd25e6651ab4ab7331f04a0 (patch) | |
| tree | bd3d94ea16b042f46f2d50561a7fbcbdc01d849f /internal/rosa | |
| parent | 6ae5efec56c987c23950bc761c3a81de0eebe58d (diff) | |
internal/rosa/python: 3.14.4 to 3.14.5
Signed-off-by: Ophestra <cat@gensokyo.uk>
Diffstat (limited to 'internal/rosa')
| -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 07c56856..f67921fd 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.4" - checksum = "X0VRAAGOlCVldh4J9tRAE-YrJtDvqfQTJaqxKPXNX6YTPlwpR9GwA5WRIZDO-63s" + version = "3.14.5" + checksum = "zYIpDlk2ftZ-UVGCQS1rthle2OHoyXV653ztWiopKV1NhmIJf1K2hHbkwM4DozQ9" ) return t.NewPackage("python", version, newTar( "https://www.python.org/ftp/python/"+version+ |
