Merge pull request #204902 from mweinelt/cpython-39-310-312

This commit is contained in:
Martin Weinelt
2022-12-07 17:55:35 +01:00
committed by GitHub

View File

@@ -120,19 +120,19 @@
sourceVersion = {
major = "3";
minor = "9";
patch = "15";
patch = "16";
suffix = "";
};
sha256 = "sha256-Etr/aAlSjZ9hVCFpUEI8njDw5HM2y1fGqgtDh91etLI=";
sha256 = "sha256-It3cCZJG3SdgZlVh6K23OU6gzEOnJoTGSA+TgPd4ZDk=";
};
python310 = {
sourceVersion = {
major = "3";
minor = "10";
patch = "8";
patch = "9";
suffix = "";
};
sha256 = "sha256-ajDs3lnEcEgBPrWmWMm13sJ3ID0nk2Z/V433Zx9/A/M=";
sha256 = "sha256-WuA+MIJgFkuro5kh/bTb+ObQPYI1qTnUWCsz8LXkaoM=";
};
};