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

python311Packages.azure-mgmt-containerservice: 29.1.0 -> 30.0.0
This commit is contained in:
Sandro 2024-05-04 22:03:31 +02:00 committed by GitHub
commit a1fd087b05
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 2 deletions

View File

@ -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"

View File

@ -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 = [