Unverified Commit 2cb78f53 authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

python3Packages.msgraph-sdk: 1.39.0 -> 1.40.0 (#431092)

parents 627efcee 06887d53
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -16,14 +16,14 @@

buildPythonPackage rec {
  pname = "msgraph-sdk";
  version = "1.39.0";
  version = "1.40.0";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "microsoftgraph";
    repo = "msgraph-sdk-python";
    tag = "v${version}";
    hash = "sha256-cT87lI28K7z4nSD35vqfroAtnZD/A0ECTNVz5vIG8R4=";
    hash = "sha256-qoQbYSFL96ovKKZ3KJAeTtwNRJxHjnmGDbSAZ4lTVNw=";
  };

  build-system = [ flit-core ];