From 3bfb930381b648594f4eca70ccfe4a80a55078d6 Mon Sep 17 00:00:00 2001 From: Martin Weinelt Date: Wed, 2 Oct 2024 02:51:07 +0200 Subject: [PATCH] python312: 3.12.6 -> 3.12.7 https://docs.python.org/release/3.12.7/whatsnew/changelog.html (cherry picked from commit 48d0511af5e4977cb912ecddb79787582994b907) --- 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 867093563b209..489ca4b37af9f 100644 --- a/pkgs/development/interpreters/python/default.nix +++ b/pkgs/development/interpreters/python/default.nix @@ -79,10 +79,10 @@ in { sourceVersion = { major = "3"; minor = "12"; - patch = "6"; + patch = "7"; suffix = ""; }; - hash = "sha256-GZllgpjPL7g33/7Y/zwDPvDJjvIM9zxdX2a+1auJaXw="; + hash = "sha256-JIh7kuKv1KKsYCQZrUtZY3L2esmwdxkPRZq6OQ+vVVA="; inherit (darwin) configd; inherit passthruFun; };