python312: 3.12.0b3 -> 3.12.0b4

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

Fixes: CVE-2023-27043
This commit is contained in:
Martin Weinelt 2023-07-12 15:37:30 +02:00
parent 5aa53b205e
commit 6245a65b02
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759

View File

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