python310: 3.10.17 -> 3.10.18

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

Fixes: CVE=2024-12718, CVE-2025-4138, CVE-2025-4330, CVE-2025-4517
This commit is contained in:
Martin Weinelt 2025-06-04 19:26:07 +02:00
parent 3fffba538e
commit 05ed4c6594
No known key found for this signature in database
GPG key ID: 87C1E9888F856759

View file

@ -48,10 +48,10 @@
sourceVersion = {
major = "3";
minor = "10";
patch = "17";
patch = "18";
suffix = "";
};
hash = "sha256-TGgFDwSdG0rFqt0N9fJ5QcA1DSqeerCQfuXrUiXZ1rA=";
hash = "sha256-rmZbxnir2atqbhVz0kgWJaU3GbxRfppjTtK5/vrjgX8=";
inherit passthruFun;
};