From 0a6f3b585712858a07a62c887f1d7179cdfe4e0c Mon Sep 17 00:00:00 2001 From: natsukium Date: Sat, 9 Sep 2023 18:32:34 +0900 Subject: [PATCH] python39: 3.9.17 -> 3.9.18 https://docs.python.org/release/3.9.18/whatsnew/changelog.html Fixes: CVE-2023-40217 --- 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 7800efc8f07d..f80f2f16ccd4 100644 --- a/pkgs/development/interpreters/python/default.nix +++ b/pkgs/development/interpreters/python/default.nix @@ -70,10 +70,10 @@ in { sourceVersion = { major = "3"; minor = "9"; - patch = "17"; + patch = "18"; suffix = ""; }; - hash = "sha256-MM4FfETyg/jtk2Bsy9uNUd1Sa9xMYszl4Nwhe/o+jO4="; + hash = "sha256-AVl9sBMsHPezMe/2iuCbWiNaPDyqnJRMKcrH0cTEwAo="; inherit (darwin) configd; inherit passthruFun; };