python37: 3.7.13 -> 3.7.14

https://pythoninsider.blogspot.com/2022/09/python-releases-3107-3914-3814-and-3714.html

Fixes: CVE-2020-10735
This commit is contained in:
Martin Weinelt 2022-09-08 00:47:59 +02:00
parent 69eff3dfa3
commit 0f91504e47
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759

View File

@ -167,10 +167,10 @@ in {
sourceVersion = {
major = "3";
minor = "7";
patch = "13";
patch = "14";
suffix = "";
};
sha256 = "sha256-mfEGJ134iZw+jLnXwBzmhsIC7ydZUzAUJxlGk95b74Q=";
sha256 = "sha256-QVeuMeuBrxnoHDaIJhBJGw+49Q4A+ooXsJXIiQi5xFw=";
inherit (darwin) configd;
inherit passthruFun;
};