lol

Merge pull request #263579 from fabaff/azure-mgmt-containerservice-bump

python311Packages.azure-mgmt-containerservice: 26.0.0 -> 27.0.0

authored by

Fabian Affolter and committed by
GitHub
2be5a05d d21921b6

+2 -2
+2 -2
pkgs/development/python-modules/azure-mgmt-containerservice/default.nix
··· 11 11 12 12 buildPythonPackage rec { 13 13 pname = "azure-mgmt-containerservice"; 14 - version = "26.0.0"; 14 + version = "27.0.0"; 15 15 format = "setuptools"; 16 16 17 17 disabled = pythonOlder "3.7"; 18 18 19 19 src = fetchPypi { 20 20 inherit pname version; 21 - hash = "sha256-BpvnSqee5wodtMXPxo/pHCBk8Yy4yPnEdK164d9ILuM="; 21 + hash = "sha256-IdGo2A65YiMJJ8S18Ji+FfnnylNhs8vFOQpfA91wgNM="; 22 22 }; 23 23 24 24 propagatedBuildInputs = [