python311Packages.azure-mgmt-containerservice: 23.0.0 -> 24.0.0

Changelog: https://github.com/Azure/azure-sdk-for-python/blob/azure-mgmt-containerservice_24.0.0/sdk/containerservice/azure-mgmt-containerservice/CHANGELOG.md
This commit is contained in:
Fabian Affolter 2023-06-23 22:58:43 +02:00
parent 0ec28ceedf
commit 45a1cfd628

View file

@ -11,7 +11,7 @@
buildPythonPackage rec {
pname = "azure-mgmt-containerservice";
version = "23.0.0";
version = "24.0.0";
format = "setuptools";
disabled = pythonOlder "3.7";
@ -19,7 +19,7 @@ buildPythonPackage rec {
src = fetchPypi {
inherit pname version;
extension = "zip";
hash = "sha256-V8IUTQvbUSOpsqkGfBqLo4DVIB7fryYMVx6WpfWzOnc=";
hash = "sha256-sUp3LDVsc1DmVf4HdaXGSDeEvmAE2weSHHTxL/BwRk8=";
};
propagatedBuildInputs = [