python311: 3.11.0b5 -> 3.11.0rc1

https://docs.python.org/3.11/whatsnew/changelog.html#python-3-11-0-beta-5
This commit is contained in:
Martin Weinelt 2022-08-08 23:51:58 +02:00
parent f1c0f0554a
commit 7363ab9ebb
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759

View File

@ -206,9 +206,9 @@ in {
major = "3";
minor = "11";
patch = "0";
suffix = "b5";
suffix = "rc1";
};
sha256 = "sha256-OBC9IvfcNKmcKi60uFJkpN9PBe9ZxODMwuqC7pxJFpg=";
sha256 = "sha256-U6U3fDeoosbaB1sU651jN0V59/PHGPog8KH7sOlKkis=";
inherit (darwin) configd;
inherit passthruFun;
};