python38: 3.8.17 -> 3.8.18

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

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

View File

@ -57,10 +57,10 @@ in {
sourceVersion = {
major = "3";
minor = "8";
patch = "17";
patch = "18";
suffix = "";
};
hash = "sha256-LlSwxoGR8WVS9t4ul6I5ZUBXKiGfa7soWRoTfOzEkKk=";
hash = "sha256-P/txzTSaMmunsvrcfn34a6V33ZxJF+UqhAGtvadAXj8=";
inherit (darwin) configd;
inherit passthruFun;
};