From cd9f0d9ff2b08e86b3bdd9c099c46b9f565bcb62 Mon Sep 17 00:00:00 2001 From: Paul Meyer Date: Tue, 3 Mar 2026 16:44:34 +0100 Subject: [PATCH] python3Packages.azure-mgmt-redhatopenshift: 2.0.0 -> 3.0.0 Signed-off-by: Paul Meyer --- .../python-modules/azure-mgmt-redhatopenshift/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/azure-mgmt-redhatopenshift/default.nix b/pkgs/development/python-modules/azure-mgmt-redhatopenshift/default.nix index b06dd38f9fef..ca6f2075e64d 100644 --- a/pkgs/development/python-modules/azure-mgmt-redhatopenshift/default.nix +++ b/pkgs/development/python-modules/azure-mgmt-redhatopenshift/default.nix @@ -10,13 +10,13 @@ buildPythonPackage rec { pname = "azure-mgmt-redhatopenshift"; - version = "2.0.0"; + version = "3.0.0"; pyproject = true; src = fetchPypi { pname = "azure_mgmt_redhatopenshift"; inherit version; - hash = "sha256-nTBKy7p8n0JWEmn3ByEKranHteoJkPJyLfYFmaCOOq4="; + hash = "sha256-R3XJvfNjI4g02hReX1n5doOrBPjdvSUN5F1F4zeYMn8="; }; build-system = [ setuptools ];