Merge pull request #183037 from mweinelt/python3.11.0b5

This commit is contained in:
Martin Weinelt 2022-08-08 23:52:28 +02:00 committed by GitHub
commit f1c0f0554a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -206,9 +206,9 @@ in {
major = "3";
minor = "11";
patch = "0";
suffix = "b4";
suffix = "b5";
};
sha256 = "sha256-HZO2EWB5A+CAQXwalWf1+79RJMxchvSvu6HI/TTF9vs=";
sha256 = "sha256-OBC9IvfcNKmcKi60uFJkpN9PBe9ZxODMwuqC7pxJFpg=";
inherit (darwin) configd;
inherit passthruFun;
};