internal/rosa/package/python: 3.14.6 to 3.14.7
Test / Hakurei (race detector) (push) Successful in 10m19s
Test / Sandbox (push) Successful in 3m47s
Test / Sandbox (race detector) (push) Successful in 5m12s
Test / Create distribution (push) Successful in 1m5s
Test / Hakurei (push) Successful in 3m25s
Test / ShareFS (push) Successful in 6m14s
Test / Flake checks (push) Successful in 1m8s

Signed-off-by: Ophestra <cat@gensokyo.uk>
This commit is contained in:
cat
2026-08-06 18:15:24 +09:00
parent 35a55854fd
commit 96cdf4cc07
+2 -2
View File
@@ -3,11 +3,11 @@ package python {
website = "https://www.python.org";
anitya = 13254;
version# = "3.14.6";
version# = "3.14.7";
source = remoteTar {
url = "https://www.python.org/ftp/python/"+version+
"/Python-"+version+".tgz";
checksum = "yynwXnElUvlAweA_RkBKQY35P59Gu5YU6ickJs6Z-blIoHgw5KgKXROY1gq2w0ez";
checksum = "hXLV7_BGEFZvQ04DNIlk5IdoRZd9DkQt4abKhc8rWsLXHTeSboAWTewJ6l0-LxVz";
compress = gzip;
};
patches = [ "zipfile-no-default-strict_timestamps.patch" ];