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