1
0
forked from rosa/hakurei

internal/rosa/python: 3.14.3 to 3.14.4

Signed-off-by: Ophestra <cat@gensokyo.uk>
This commit is contained in:
2026-04-10 02:38:22 +09:00
parent 24a9b24823
commit 952082bd9b

View File

@@ -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+