From f99f5b440950bd80567602f3adf68a4323b698ae Mon Sep 17 00:00:00 2001 From: natsukium Date: Sat, 23 Mar 2024 00:20:53 +0900 Subject: [PATCH 1/2] python39: 3.9.18 -> 3.9.19 https://docs.python.org/release/3.9.19/whatsnew/changelog.html https://blog.python.org/2024/03/python-31014-3919-and-3819-is-now.html fixes: CVE-2023-52425, CVE-2024-0450, CVE-2023-6597 --- 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 5d4ae2117146..a282e409dea6 100644 --- a/pkgs/development/interpreters/python/default.nix +++ b/pkgs/development/interpreters/python/default.nix @@ -47,10 +47,10 @@ in { sourceVersion = { major = "3"; minor = "9"; - patch = "18"; + patch = "19"; suffix = ""; }; - hash = "sha256-AVl9sBMsHPezMe/2iuCbWiNaPDyqnJRMKcrH0cTEwAo="; + hash = "sha256-1Iks0WGPZFjLhRIIwDDfFIJ3lgnQ85OZkb04GE+MZ54="; inherit (darwin) configd; inherit passthruFun; }; From ffdc76613b4771c294097b4e78df626684ba875a Mon Sep 17 00:00:00 2001 From: natsukium Date: Sat, 23 Mar 2024 00:21:39 +0900 Subject: [PATCH 2/2] python310: 3.10.13 -> 3.10.14 https://docs.python.org/release/3.10.14/whatsnew/changelog.html https://blog.python.org/2024/03/python-31014-3919-and-3819-is-now.html fixes: CVE-2023-52425, CVE-2024-0450, CVE-2023-6597 --- 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 a282e409dea6..a88f5ff0a4e7 100644 --- a/pkgs/development/interpreters/python/default.nix +++ b/pkgs/development/interpreters/python/default.nix @@ -60,10 +60,10 @@ in { sourceVersion = { major = "3"; minor = "10"; - patch = "13"; + patch = "14"; suffix = ""; }; - hash = "sha256-XIiEhmhkDT4VKzW0U27xwjsspL0slX7x7LsFP1cd0/Y="; + hash = "sha256-nFBIH6qMKDIym6D8iGjQpgamgPxPYOxI0mzo4HZ1H9o="; inherit (darwin) configd; inherit passthruFun; };