Commit 3bfcbbc8 authored by R. RyanTM's avatar R. RyanTM
Browse files

python3Packages.azure-mgmt-containerservice: 40.1.0 -> 40.2.0

parent e1a33b0f
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 ];