internal/rosa/package/python: 3.14.5 to 3.14.6

Signed-off-by: Ophestra <cat@gensokyo.uk>
This commit is contained in:
2026-06-17 21:49:07 +09:00
parent c0c2f3233a
commit c5a02da0f0
2 changed files with 9 additions and 9 deletions
+2 -2
View File
@@ -3,11 +3,11 @@ package python {
website = "https://www.python.org";
anitya = 13254;
version# = "3.14.5";
version# = "3.14.6";
source = remoteTar {
url = "https://www.python.org/ftp/python/"+version+
"/Python-"+version+".tgz";
checksum = "zYIpDlk2ftZ-UVGCQS1rthle2OHoyXV653ztWiopKV1NhmIJf1K2hHbkwM4DozQ9";
checksum = "yynwXnElUvlAweA_RkBKQY35P59Gu5YU6ickJs6Z-blIoHgw5KgKXROY1gq2w0ez";
compress = gzip;
};
patches = [ "zipfile-no-default-strict_timestamps.patch" ];