python313Packages.azure-mgmt-containerservice: 33.0.0 -> 34.0.0

Changelog: https://github.com/Azure/azure-sdk-for-python/blob/azure-mgmt-containerservice_34.0.0/sdk/containerservice/azure-mgmt-containerservice/CHANGELOG.md
This commit is contained in:
Fabian Affolter
2025-02-01 12:31:51 +01:00
parent 7ad7702fa8
commit 597685236e
@@ -11,7 +11,7 @@
buildPythonPackage rec {
pname = "azure-mgmt-containerservice";
version = "33.0.0";
version = "34.0.0";
pyproject = true;
disabled = pythonOlder "3.8";
@@ -19,7 +19,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "azure_mgmt_containerservice";
inherit version;
hash = "sha256-hoWD3NuKSQXeA6hKm3kD12octZrNnDc28CvHQ7UEfJ4=";
hash = "sha256-gi0Hgot0al6lQIqLN3D0HcQk1sTCjeU8KWEbYr74rqM=";
};
build-system = [ setuptools ];