python312Packages.azure-mgmt-containerservice: 30.0.0 -> 31.0.0

This commit is contained in:
R. Ryantm 2024-07-22 13:30:04 +00:00
parent 48b8f3cbb7
commit 24f17a2a29

View File

@ -12,14 +12,14 @@
buildPythonPackage rec {
pname = "azure-mgmt-containerservice";
version = "30.0.0";
version = "31.0.0";
pyproject = true;
disabled = pythonOlder "3.8";
src = fetchPypi {
inherit pname version;
hash = "sha256-bGLmrFkONP7dc5/iSzGzdQcToBRhZpbqjUTHvMgcBrc=";
hash = "sha256-E0NY1/iMTSm0AJ+R12GYYeH61dvqXhR0At1hrZa1Yko=";
};
build-system = [ setuptools ];