Unverified Commit 5494e554 authored by Mario Rodas's avatar Mario Rodas Committed by GitHub
Browse files

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

python310Packages.azure-mgmt-containerservice: 24.0.0 -> 25.0.0
parents 164e79f7 914751da
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 = [