Merge pull request #245512 from r-ryantm/auto-update/python310Packages.azure-mgmt-containerservice

python310Packages.azure-mgmt-containerservice: 24.0.0 -> 25.0.0
This commit is contained in:
Mario Rodas 2023-07-26 08:26:43 -05:00 committed by GitHub
commit 5494e55471
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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