Commit 97995f5e authored by Fabian Affolter's avatar Fabian Affolter
Browse files

python310Packages.azure-mgmt-core: 1.3.2 -> 1.4.0

parent a6c97bcc
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 = [