python37: 3.7.15 -> 3.7.16

https://www.python.org/downloads/release/python-3716/
https://pythoninsider.blogspot.com/2022/12/python-3111-3109-3916-3816-3716-and.html

Fixes: CVE-2022-37454, CVE-2022-45061, CVE-2015-20107
This commit is contained in:
Martin Weinelt 2022-12-07 01:23:29 +01:00
parent 35be6085dc
commit 10bab2150c
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759

View File

@ -157,10 +157,10 @@ in {
sourceVersion = {
major = "3";
minor = "7";
patch = "15";
patch = "16";
suffix = "";
};
sha256 = "sha256-WRFHWgesK1PXRuiKBxavbStHNJQZGRNuoNM/ucdblxQ=";
sha256 = "sha256-gzjwwiIthH6QTJVTaRVdwb7u7YBujV7wSwDvR4cji/0=";
inherit (darwin) configd;
inherit passthruFun;
};