From 6b6a8fe7c0863e9b2c187e47c9d181010117bfe3 Mon Sep 17 00:00:00 2001 From: Martin Weinelt Date: Thu, 8 Sep 2022 00:24:32 +0200 Subject: [PATCH 1/2] python310: 3.10.6 -> 3.10.7 https://docs.python.org/3.10/whatsnew/changelog.html\#python-3-10-7-final https://pythoninsider.blogspot.com/2022/09/python-releases-3107-3914-3814-and-3714.html Fixes: CVE-2020-10735 --- pkgs/development/interpreters/python/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/interpreters/python/default.nix b/pkgs/development/interpreters/python/default.nix index f0a07a855f8a..eff1c63dcba5 100644 --- a/pkgs/development/interpreters/python/default.nix +++ b/pkgs/development/interpreters/python/default.nix @@ -140,10 +140,10 @@ with pkgs; sourceVersion = { major = "3"; minor = "10"; - patch = "6"; + patch = "7"; suffix = ""; }; - sha256 = "sha256-95X/h9EdSwx8M7yIUbDChkjYpFg6ohAKmMIrQya20/M="; + sha256 = "sha256-bu2EFbdRb7LyYJBttdSN1MBqzAyySn1swVKWpgTc3Eg="; }; }; From 34182bc865ea34e2914e8c2817ce4c931a1936f9 Mon Sep 17 00:00:00 2001 From: Martin Weinelt Date: Thu, 8 Sep 2022 00:32:19 +0200 Subject: [PATCH 2/2] python39: 3.9.13 -> 3.9.14 https://docs.python.org/3.9/whatsnew/changelog.html#python-3-9-14-final https://pythoninsider.blogspot.com/2022/09/python-releases-3107-3914-3814-and-3714.html Fixes: CVE-2020-10735 --- pkgs/development/interpreters/python/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/interpreters/python/default.nix b/pkgs/development/interpreters/python/default.nix index eff1c63dcba5..73ff2699bc3f 100644 --- a/pkgs/development/interpreters/python/default.nix +++ b/pkgs/development/interpreters/python/default.nix @@ -131,10 +131,10 @@ with pkgs; sourceVersion = { major = "3"; minor = "9"; - patch = "13"; + patch = "14"; suffix = ""; }; - sha256 = "sha256-ElsMWY8eFdKqZUBug/eS330XHN84wWgDsUmZQxajCA8="; + sha256 = "sha256-ZRME0hbIID/grfGoCvRy2OksOw4KeJIiKuTZ865N688="; }; python310 = { sourceVersion = {