Unverified Commit 84627c35 authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

Merge pull request #235838 from fabaff/azure-mgmt-core-bump

python310Packages.azure-mgmt-core: 1.3.2 -> 1.4.0
parents f619f467 97995f5e
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -6,13 +6,13 @@
}:

buildPythonPackage rec {
  version = "1.3.2";
  version = "1.4.0";
  pname = "azure-mgmt-core";

  src = fetchPypi {
    inherit pname version;
    extension = "zip";
    hash = "sha256-B/Sv6COlXXBLBI1h7f3BMYwFHtWfJEAyEmNQvpXp1QE=";
    hash = "sha256-0ZUgg0AJT5jlpmYbeBzeb2oFHnnOMXyqvY/5cDCps64=";
  };

  propagatedBuildInputs = [