python3Packages.azure-mgmt-redhatopenshift: 2.0.0 -> 3.0.0

Signed-off-by: Paul Meyer <katexochen0@gmail.com>
This commit is contained in:
Paul Meyer
2026-03-03 16:44:34 +01:00
parent a8bdc4855b
commit cd9f0d9ff2

View File

@@ -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 ];