Commit c35841dc authored by Fabian Affolter's avatar Fabian Affolter
Browse files
parent e5b49d15
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -16,14 +16,14 @@

buildPythonPackage (finalAttrs: {
  pname = "msgraph-sdk";
  version = "1.55.0";
  version = "1.56.0";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "microsoftgraph";
    repo = "msgraph-sdk-python";
    tag = "v${finalAttrs.version}";
    hash = "sha256-F6iL+bQS/r7t9NUGtspNx8E0viK4Fm211AqrxNgNGqg=";
    hash = "sha256-Y2PX07IzHO3wjVEYUw1o6vb1cr1pa8BJIR9Uliho3lQ=";
  };

  build-system = [ flit-core ];