diff options
| author | Martin Weinelt <hexa@darmstadt.ccc.de> | 2022-12-07 01:34:30 +0100 |
|---|---|---|
| committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2022-12-08 00:04:50 +0000 |
| commit | fa77536c51ef904ed060fbaea454ba44f3922001 (patch) | |
| tree | c59a6741b118d948df2261192702e78f086b7a58 | |
| parent | Merge pull request #204972 from NixOS/backport-204795-to-staging-22.05 (diff) | |
| download | nixpkgs-fa77536c51ef904ed060fbaea454ba44f3922001.tar.gz | |
python39: 3.9.15 -> 3.9.16
https://docs.python.org/release/3.9.16/whatsnew/changelog.html
https://pythoninsider.blogspot.com/2022/12/python-3111-3109-3916-3816-3716-and.html
Fixes: CVE-2022-37454, CVE-2022-42919, CVE-2022-45061, CVE-2015-20107
(cherry picked from commit 2fce48831cbaa39699bb81e1efee772c75dff14e)
| -rw-r--r-- | pkgs/development/interpreters/python/default.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/interpreters/python/default.nix b/pkgs/development/interpreters/python/default.nix index 92fe02e77d88..d84a6f5b82fa 100644 --- a/pkgs/development/interpreters/python/default.nix +++ b/pkgs/development/interpreters/python/default.nix @@ -124,10 +124,10 @@ with pkgs; sourceVersion = { major = "3"; minor = "9"; - patch = "15"; + patch = "16"; suffix = ""; }; - sha256 = "sha256-Etr/aAlSjZ9hVCFpUEI8njDw5HM2y1fGqgtDh91etLI="; + sha256 = "sha256-It3cCZJG3SdgZlVh6K23OU6gzEOnJoTGSA+TgPd4ZDk="; }; python310 = { sourceVersion = { |
