Unverified Commit a1fd087b authored by Sandro Jäckel's avatar Sandro Jäckel Committed by GitHub
Browse files

Merge pull request #306415 from r-ryantm/auto-update/python311Packages.azure-mgmt-containerservice

python311Packages.azure-mgmt-containerservice: 29.1.0 -> 30.0.0
parents c026e55e c1cb4367
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -17,8 +17,10 @@ python3.pkgs.buildPythonApplication rec {
  };

  pythonRelaxDeps = [
    "azure-identity"
    "azure-keyvault-keys"
    "azure-mgmt-compute"
    "azure-mgmt-containerservice"
    "azure-mgmt-network"
    "azure-mgmt-security"
    "azure-storage-blob"
+2 −2
Original line number Diff line number Diff line
@@ -11,14 +11,14 @@

buildPythonPackage rec {
  pname = "azure-mgmt-containerservice";
  version = "29.1.0";
  version = "30.0.0";
  pyproject = true;

  disabled = pythonOlder "3.8";

  src = fetchPypi {
    inherit pname version;
    hash = "sha256-RohxeLsQNZM/BvpjEhwaydTFhx8gKuK4a8Svbh47NU8=";
    hash = "sha256-bGLmrFkONP7dc5/iSzGzdQcToBRhZpbqjUTHvMgcBrc=";
  };

  nativeBuildInputs = [