python39: 3.9.20 -> 3.9.21; python310: 3.10.15 -> 3.10.16 (#362261)

This commit is contained in:
OTABI Tomoya 2024-12-07 17:04:22 +09:00 committed by GitHub
commit b97609f0fe
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -46,10 +46,10 @@ in {
sourceVersion = {
major = "3";
minor = "9";
patch = "20";
patch = "21";
suffix = "";
};
hash = "sha256-aygSee/YUpTS1pk+FzmDpXRkwBM5Vvu7VTbslka+rww=";
hash = "sha256-MSb1lZLJsNeYWEdV8r97CB+hyjXOem/qmAEI11KgW7E=";
inherit passthruFun;
};
@ -58,10 +58,10 @@ in {
sourceVersion = {
major = "3";
minor = "10";
patch = "15";
patch = "16";
suffix = "";
};
hash = "sha256-qrCVCBdzUXJgGHmHLZN8HkkopXxAmuAjaew9kdzOvnk=";
hash = "sha256-v7JJYJmQIgSRobkoUKBxNe0IMeQXOM9oHWPPAbKo+9E=";
inherit passthruFun;
};