From f74c16f4fcfe24d613a63edc47361d1ac4f78286 Mon Sep 17 00:00:00 2001 From: Martin Weinelt Date: Wed, 20 Sep 2023 03:09:56 +0200 Subject: [PATCH] python312: 3.12.0rc2 -> 3.12.0rc3 https://docs.python.org/3.12/whatsnew/changelog.html#python-3-12-0rc3 --- 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 f80f2f16ccd4..9300ce1f0064 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 = "rc2"; + suffix = "rc3"; }; - hash = "sha256-EesQN25rr3vqUwAfUYHq7heXeIxNtug6Bh5CI1eSdnQ="; + hash = "sha256-ljl+iR6YgCsdOZ3uPOrrm88KolZsinsczk0BlsJ3UGo="; inherit (darwin) configd; inherit passthruFun; };