Merge pull request #190203 from mweinelt/cpython

This commit is contained in:
Martin Weinelt
2022-09-08 18:26:01 +02:00
committed by GitHub
@@ -131,19 +131,19 @@ with pkgs;
sourceVersion = {
major = "3";
minor = "9";
patch = "13";
patch = "14";
suffix = "";
};
sha256 = "sha256-ElsMWY8eFdKqZUBug/eS330XHN84wWgDsUmZQxajCA8=";
sha256 = "sha256-ZRME0hbIID/grfGoCvRy2OksOw4KeJIiKuTZ865N688=";
};
python310 = {
sourceVersion = {
major = "3";
minor = "10";
patch = "6";
patch = "7";
suffix = "";
};
sha256 = "sha256-95X/h9EdSwx8M7yIUbDChkjYpFg6ohAKmMIrQya20/M=";
sha256 = "sha256-bu2EFbdRb7LyYJBttdSN1MBqzAyySn1swVKWpgTc3Eg=";
};
};