diff options
| author | Martin Weinelt <hexa@darmstadt.ccc.de> | 2022-09-08 00:24:32 +0200 |
|---|---|---|
| committer | Frederik Rietdijk <fridh@fridh.nl> | 2022-10-28 11:51:26 +0200 |
| commit | 3f4db8ae2b69982f478dff00c16e33f0616aea17 (patch) | |
| tree | eda7ab5a3d22d501cf3507fbc52b7af1f8ccf8b1 | |
| parent | python310: 3.10.5 -> 3.10.6 (diff) | |
| download | nixpkgs-3f4db8ae2b69982f478dff00c16e33f0616aea17.tar.gz | |
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
(cherry picked from commit 6b6a8fe7c0863e9b2c187e47c9d181010117bfe3)
| -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 e487bc4d76b4..0cbbee84872f 100644 --- a/pkgs/development/interpreters/python/default.nix +++ b/pkgs/development/interpreters/python/default.nix @@ -133,10 +133,10 @@ with pkgs; sourceVersion = { major = "3"; minor = "10"; - patch = "6"; + patch = "7"; suffix = ""; }; - sha256 = "sha256-95X/h9EdSwx8M7yIUbDChkjYpFg6ohAKmMIrQya20/M="; + sha256 = "sha256-bu2EFbdRb7LyYJBttdSN1MBqzAyySn1swVKWpgTc3Eg="; }; }; |
