diff --git a/pkgs/development/python-modules/azure-mgmt-containerservice/default.nix b/pkgs/development/python-modules/azure-mgmt-containerservice/default.nix index 0eb74f090d02..041a9c86c8c0 100644 --- a/pkgs/development/python-modules/azure-mgmt-containerservice/default.nix +++ b/pkgs/development/python-modules/azure-mgmt-containerservice/default.nix @@ -5,21 +5,18 @@ fetchPypi, msrest, typing-extensions, - pythonOlder, setuptools, }: buildPythonPackage rec { pname = "azure-mgmt-containerservice"; - version = "40.0.0"; + version = "40.1.0"; pyproject = true; - disabled = pythonOlder "3.9"; - src = fetchPypi { pname = "azure_mgmt_containerservice"; inherit version; - hash = "sha256-bFKgzV1VUg7wKOqQtyvY0TKPgNDOaXQ072HFBoYmr28="; + hash = "sha256-iabK9QfTQN9HLcjc/iF8HgmM3Y5xNT24ku/ChDMOL44="; }; build-system = [ setuptools ];