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:
parent
0ec28ceedf
commit
45a1cfd628
1 changed files with 2 additions and 2 deletions
|
@ -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 = [
|
||||
|
|
Loading…
Reference in a new issue