python310: 3.10.13 -> 3.10.14

https://docs.python.org/release/3.10.14/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:21:39 +09:00
parent f99f5b4409
commit ffdc76613b
No known key found for this signature in database
GPG Key ID: 9EA45A31DB994C53
1 changed files with 2 additions and 2 deletions

View File

@ -60,10 +60,10 @@ in {
sourceVersion = {
major = "3";
minor = "10";
patch = "13";
patch = "14";
suffix = "";
};
hash = "sha256-XIiEhmhkDT4VKzW0U27xwjsspL0slX7x7LsFP1cd0/Y=";
hash = "sha256-nFBIH6qMKDIym6D8iGjQpgamgPxPYOxI0mzo4HZ1H9o=";
inherit (darwin) configd;
inherit passthruFun;
};