Loading pkgs/development/python-modules/azure-mgmt-containerservice/default.nix +4 −3 Original line number Diff line number Diff line Loading @@ -11,14 +11,15 @@ buildPythonPackage rec { pname = "azure-mgmt-containerservice"; version = "31.0.0"; version = "32.0.0"; pyproject = true; disabled = pythonOlder "3.8"; src = fetchPypi { inherit pname version; hash = "sha256-E0NY1/iMTSm0AJ+R12GYYeH61dvqXhR0At1hrZa1Yko="; pname = "azure_mgmt_containerservice"; inherit version; hash = "sha256-zLWHR52Kk+x49xYlkK3ILk+6TeduStw0GfM60iXvspI="; }; build-system = [ setuptools ]; Loading Loading
pkgs/development/python-modules/azure-mgmt-containerservice/default.nix +4 −3 Original line number Diff line number Diff line Loading @@ -11,14 +11,15 @@ buildPythonPackage rec { pname = "azure-mgmt-containerservice"; version = "31.0.0"; version = "32.0.0"; pyproject = true; disabled = pythonOlder "3.8"; src = fetchPypi { inherit pname version; hash = "sha256-E0NY1/iMTSm0AJ+R12GYYeH61dvqXhR0At1hrZa1Yko="; pname = "azure_mgmt_containerservice"; inherit version; hash = "sha256-zLWHR52Kk+x49xYlkK3ILk+6TeduStw0GfM60iXvspI="; }; build-system = [ setuptools ]; Loading