python3Packages.azure-mgmt-containerservice: 41.1.0 -> 41.5.0

https://github.com/Azure/azure-sdk-for-python/blob/azure-mgmt-containerservice_41.5.0/sdk/containerservice/azure-mgmt-containerservice/CHANGELOG.md

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Fabian Affolter
2026-08-25 01:24:08 +02:00
parent 21fc5f6c96
commit 326e2efdf7

View File

@@ -10,13 +10,13 @@
buildPythonPackage rec {
pname = "azure-mgmt-containerservice";
version = "41.1.0";
version = "41.5.0";
pyproject = true;
src = fetchPypi {
pname = "azure_mgmt_containerservice";
inherit version;
hash = "sha256-fssuY+hzZgEv2nwT02uv9qKqWZ/GeSUqKWB2M+0YbKg=";
hash = "sha256-bBob9j7gsg7WFDjWOoEx3kh7x/v/DUyeB0szwvhiPwM=";
};
build-system = [ setuptools ];