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 15:58:41 +09:00
parent f99f5b4409
commit ffdc76613b
@@ -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;
};