Merge pull request #172969 from r-ryantm/auto-update/python3.10-azure-mgmt-containerservice

python310Packages.azure-mgmt-containerservice: 19.0.0 -> 19.1.0
This commit is contained in:
Fabian Affolter 2022-05-14 10:10:27 +02:00 committed by GitHub
commit a35ae5d679
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 = "19.0.0";
version = "19.1.0";
format = "setuptools";
disabled = pythonOlder "3.6";
@ -19,7 +19,7 @@ buildPythonPackage rec {
src = fetchPypi {
inherit pname version;
extension = "zip";
sha256 = "sha256-UHkSUoNzXWomr4vczGRRXVJplVRfqDjwFczkOP2Jwsc=";
sha256 = "sha256-t06Cesxvjk31aDxkX2Yj0VzFubWbiAc26LzNTIgVEqs=";
};
propagatedBuildInputs = [