Unverified Commit 6016847a authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

python3Packages.azure-mgmt-containerservice: 40.1.0 -> 40.2.0 (#466368)

parents d15025d5 3bfcbbc8
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -10,13 +10,13 @@

buildPythonPackage rec {
  pname = "azure-mgmt-containerservice";
  version = "40.1.0";
  version = "40.2.0";
  pyproject = true;

  src = fetchPypi {
    pname = "azure_mgmt_containerservice";
    inherit version;
    hash = "sha256-iabK9QfTQN9HLcjc/iF8HgmM3Y5xNT24ku/ChDMOL44=";
    hash = "sha256-rNVcrpW3aO/rA3fYPeoH1hDENO7AwIngKTX/MfDj4H0=";
  };

  build-system = [ setuptools ];