0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-13 21:50:33 +03:00

[Backport release-24.11] python39: 3.9.20 -> 3.9.21; python310: 3.10.15 -> 3.10.16 (#362725)

This commit is contained in:
Martin Weinelt 2024-12-09 04:25:12 +01:00 committed by GitHub
commit 895802e0a9
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;
};