From 6245a65b022e0e42a8bedff8db8722a15a70a6d5 Mon Sep 17 00:00:00 2001 From: Martin Weinelt Date: Wed, 12 Jul 2023 15:37:30 +0200 Subject: [PATCH] python312: 3.12.0b3 -> 3.12.0b4 https://docs.python.org/3.12/whatsnew/changelog.html#python-3-12-0b4 Fixes: CVE-2023-27043 --- 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 3eab5e54b29b..8ea1c14c7111 100644 --- a/pkgs/development/interpreters/python/default.nix +++ b/pkgs/development/interpreters/python/default.nix @@ -96,9 +96,9 @@ in { major = "3"; minor = "12"; patch = "0"; - suffix = "b3"; + suffix = "b4"; }; - hash = "sha256-kWDGBl6YhbN8LleGXQuyf8flSqqcGGx2HaMNK928ye4="; + hash = "sha256-8FcQw2ruWFD1wnab52uAvyEq7DUUOP34rcIMOMg2H6w="; inherit (darwin) configd; inherit passthruFun; };