python312: 3.12.0b4 -> 3.12.0rc2

https://docs.python.org/3.12/whatsnew/changelog.html#python-3-12-0rc2

Fixes: CVE-2023-40217
This commit is contained in:
natsukium 2023-09-09 18:28:00 +09:00
parent 1a5bda2b28
commit bc9bf8621c
No known key found for this signature in database
GPG Key ID: 9EA45A31DB994C53

View File

@ -96,9 +96,9 @@ in {
major = "3";
minor = "12";
patch = "0";
suffix = "b4";
suffix = "rc2";
};
hash = "sha256-8FcQw2ruWFD1wnab52uAvyEq7DUUOP34rcIMOMg2H6w=";
hash = "sha256-EesQN25rr3vqUwAfUYHq7heXeIxNtug6Bh5CI1eSdnQ=";
inherit (darwin) configd;
inherit passthruFun;
};