python311: 3.11.0rc1 -> 3.11.0rc2

https://docs.python.org/3.11/whatsnew/changelog.html#python-3-11-0-release-candidate-2
This commit is contained in:
Martin Weinelt
2022-09-13 18:19:34 +02:00
committed by Frederik Rietdijk
parent 72fda35885
commit 1a1cd4b6cd
@@ -206,9 +206,9 @@ in {
major = "3";
minor = "11";
patch = "0";
suffix = "rc1";
suffix = "rc2";
};
sha256 = "sha256-U6U3fDeoosbaB1sU651jN0V59/PHGPog8KH7sOlKkis=";
sha256 = "sha256-JbNcx9gsWtNNhnsXmhwWldEpvl7RSiHka2t/I1CotJA=";
inherit (darwin) configd;
inherit passthruFun;
};