python3Packages.azure-mgmt-containerservice: 40.2.0 -> 41.0.0

Amp-Thread-ID: https://ampcode.com/threads/T-019d87a4-1a3f-74c7-a2a7-5a95af00505c
Co-authored-by: Amp <amp@ampcode.com>

Signed-off-by: Paul Meyer <katexochen0@gmail.com>
This commit is contained in:
Paul Meyer
2026-04-13 18:46:46 +02:00
co-authored by Amp
parent e7209af079
commit 110222330c
@@ -10,13 +10,13 @@
buildPythonPackage rec {
pname = "azure-mgmt-containerservice";
version = "40.2.0";
version = "41.0.0";
pyproject = true;
src = fetchPypi {
pname = "azure_mgmt_containerservice";
inherit version;
hash = "sha256-rNVcrpW3aO/rA3fYPeoH1hDENO7AwIngKTX/MfDj4H0=";
hash = "sha256-mDDQpCcwYJyXoTOpE+LK/70WPU0/8xWvw6dnKCIqP2E=";
};
build-system = [ setuptools ];