Unverified Commit 7115c0cb authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

python3Packages.msgraph-sdk: 1.35.0 -> 1.37.0 (#424147)

parents dd374bb3 7d5e8026
Loading
Loading
Loading
Loading
+2 −5
Original line number Diff line number Diff line
@@ -12,21 +12,18 @@
  microsoft-kiota-serialization-multipart,
  microsoft-kiota-serialization-text,
  msgraph-core,
  pythonOlder,
}:

buildPythonPackage rec {
  pname = "msgraph-sdk";
  version = "1.35.0";
  version = "1.37.0";
  pyproject = true;

  disabled = pythonOlder "3.8";

  src = fetchFromGitHub {
    owner = "microsoftgraph";
    repo = "msgraph-sdk-python";
    tag = "v${version}";
    hash = "sha256-fgblM9KdKbP8mXsOF5FX4pXiJrE6FRxjlh2Kz6Q/rB0=";
    hash = "sha256-1oz+2UQhBjRj2F243GNxmUfknVJFL/V2+jpqKZTDmDw=";
  };

  build-system = [ flit-core ];