From b4ba441d7c831a2400dd0a3ffd068ed002d88230 Mon Sep 17 00:00:00 2001 From: Martin Weinelt Date: Wed, 3 Aug 2022 14:07:41 +0200 Subject: [PATCH] python310: 3.10.5 -> 3.10.6 https://docs.python.org/3.10/whatsnew/changelog.html#python-3-10-6-final https://pythoninsider.blogspot.com/2022/08/python-3106-is-available.html https://www.python.org/downloads/release/python-3106/ --- 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 5593158e7f36..41715cd2d006 100644 --- a/pkgs/development/interpreters/python/default.nix +++ b/pkgs/development/interpreters/python/default.nix @@ -133,10 +133,10 @@ with pkgs; sourceVersion = { major = "3"; minor = "10"; - patch = "5"; + patch = "6"; suffix = ""; }; - sha256 = "sha256-hDfv1bEG7wp1qr+/I9iAYlEgpzqGoireTS4uaNe3RIY="; + sha256 = "sha256-95X/h9EdSwx8M7yIUbDChkjYpFg6ohAKmMIrQya20/M="; }; };