python312Packages.azure-mgmt-containerservice: 32.1.0 -> 33.0.0 (#357860)

This commit is contained in:
Fabian Affolter 2024-11-22 08:35:55 +01:00 committed by GitHub
commit f701f88712
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -11,7 +11,7 @@
buildPythonPackage rec {
pname = "azure-mgmt-containerservice";
version = "32.1.0";
version = "33.0.0";
pyproject = true;
disabled = pythonOlder "3.8";
@ -19,7 +19,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "azure_mgmt_containerservice";
inherit version;
hash = "sha256-rxOS1MT1F0tbt+OyjpITfSmPOt1U5AJ3LfKvzPEmO6A=";
hash = "sha256-hoWD3NuKSQXeA6hKm3kD12octZrNnDc28CvHQ7UEfJ4=";
};
build-system = [ setuptools ];