Merge pull request #196020 from mweinelt/cpython-2022-10-11

This commit is contained in:
Martin Weinelt
2022-10-15 02:17:18 +02:00
committed by GitHub
@@ -131,19 +131,19 @@ with pkgs;
sourceVersion = {
major = "3";
minor = "9";
patch = "14";
patch = "15";
suffix = "";
};
sha256 = "sha256-ZRME0hbIID/grfGoCvRy2OksOw4KeJIiKuTZ865N688=";
sha256 = "sha256-Etr/aAlSjZ9hVCFpUEI8njDw5HM2y1fGqgtDh91etLI=";
};
python310 = {
sourceVersion = {
major = "3";
minor = "10";
patch = "7";
patch = "8";
suffix = "";
};
sha256 = "sha256-bu2EFbdRb7LyYJBttdSN1MBqzAyySn1swVKWpgTc3Eg=";
sha256 = "sha256-ajDs3lnEcEgBPrWmWMm13sJ3ID0nk2Z/V433Zx9/A/M=";
};
};