3
0
Fork 0
forked from mirrors/nixpkgs

python39: 3.9.16 -> 3.9.17

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

Fixes: CVE-2023-24329
This commit is contained in:
Martin Weinelt 2023-06-07 12:57:41 +02:00
parent 966069ed81
commit 1eecd85622
No known key found for this signature in database
GPG key ID: 87C1E9888F856759

View file

@ -70,10 +70,10 @@ in {
sourceVersion = {
major = "3";
minor = "9";
patch = "16";
patch = "17";
suffix = "";
};
hash = "sha256-It3cCZJG3SdgZlVh6K23OU6gzEOnJoTGSA+TgPd4ZDk=";
hash = "sha256-MM4FfETyg/jtk2Bsy9uNUd1Sa9xMYszl4Nwhe/o+jO4=";
inherit (darwin) configd;
inherit passthruFun;
};