python38: 3.8.13 -> 3.8.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:48:27 +02:00
parent 0f91504e47
commit d1633b506b
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759

View File

@ -180,10 +180,10 @@ in {
sourceVersion = {
major = "3";
minor = "8";
patch = "13";
patch = "14";
suffix = "";
};
sha256 = "sha256-bzCQdwEgQKo5/o8MYduMD6HEUTZ2MpnTdcnldW8Jz1c=";
sha256 = "sha256-XXfieCcbqAPpkJpBpPO6ygBhgck62mgqXl/o3EokxfM=";
inherit (darwin) configd;
inherit passthruFun;
};