python38: 3.8.16 -> 3.8.17

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

Fixes: CVE-2023-24329
This commit is contained in:
Martin Weinelt 2023-06-07 13:00:29 +02:00
parent 1eecd85622
commit 513023c117
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759

View File

@ -57,10 +57,10 @@ in {
sourceVersion = {
major = "3";
minor = "8";
patch = "16";
patch = "17";
suffix = "";
};
hash = "sha256-2F27N3QTJHPYCB3LFY80oQzK16kLlsflDqS7YfXORWI=";
hash = "sha256-LlSwxoGR8WVS9t4ul6I5ZUBXKiGfa7soWRoTfOzEkKk=";
inherit (darwin) configd;
inherit passthruFun;
};