python39: 3.9.18 -> 3.9.19

https://docs.python.org/release/3.9.19/whatsnew/changelog.html
https://blog.python.org/2024/03/python-31014-3919-and-3819-is-now.html

fixes: CVE-2023-52425, CVE-2024-0450, CVE-2023-6597
This commit is contained in:
natsukium 2024-03-23 00:20:53 +09:00
parent c7f7cec4cb
commit f99f5b4409
No known key found for this signature in database
GPG Key ID: 9EA45A31DB994C53

View File

@ -47,10 +47,10 @@ in {
sourceVersion = {
major = "3";
minor = "9";
patch = "18";
patch = "19";
suffix = "";
};
hash = "sha256-AVl9sBMsHPezMe/2iuCbWiNaPDyqnJRMKcrH0cTEwAo=";
hash = "sha256-1Iks0WGPZFjLhRIIwDDfFIJ3lgnQ85OZkb04GE+MZ54=";
inherit (darwin) configd;
inherit passthruFun;
};