python310: 3.10.11 -> 3.10.12

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

Fixes: CVE-2023-24329
This commit is contained in:
Martin Weinelt
2023-06-07 14:41:14 +02:00
parent a2271ff3d3
commit f80d434d94
@@ -20,10 +20,10 @@
sourceVersion = {
major = "3";
minor = "10";
patch = "11";
patch = "12";
suffix = "";
};
hash = "sha256-PDvDBIMDchyQSgPrgya2Mekh8RzDvimIRWpC8RXa8Ew=";
hash = "sha256-r7dL8ZEw56R9EDEsj154TyTgUnmB6raOIFRs+4ZYMLg=";
};
python311 = {