python39: 3.9.17 -> 3.9.18

https://docs.python.org/release/3.9.18/whatsnew/changelog.html

Fixes: CVE-2023-40217
This commit is contained in:
natsukium
2023-09-09 19:42:16 +09:00
parent ab5b8e656a
commit 0a6f3b5857
@@ -70,10 +70,10 @@ in {
sourceVersion = {
major = "3";
minor = "9";
patch = "17";
patch = "18";
suffix = "";
};
hash = "sha256-MM4FfETyg/jtk2Bsy9uNUd1Sa9xMYszl4Nwhe/o+jO4=";
hash = "sha256-AVl9sBMsHPezMe/2iuCbWiNaPDyqnJRMKcrH0cTEwAo=";
inherit (darwin) configd;
inherit passthruFun;
};