Unverified Commit f6631ecf authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

python313Packages.msgraph-sdk: 1.29.0 -> 1.30.0 (#407105)

parents 9e99cb46 8c3d2b46
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -17,7 +17,7 @@

buildPythonPackage rec {
  pname = "msgraph-sdk";
  version = "1.29.0";
  version = "1.30.0";
  pyproject = true;

  disabled = pythonOlder "3.8";
@@ -26,7 +26,7 @@ buildPythonPackage rec {
    owner = "microsoftgraph";
    repo = "msgraph-sdk-python";
    tag = "v${version}";
    hash = "sha256-eyEvGR0KEqhT3hztDZoXoRx/0+/n9Eb63JChX0OCX3I=";
    hash = "sha256-YKeQkgEOiblG7RJUAf7qI8F9MYU8sFDxrVUbdYj/H0Y=";
  };

  build-system = [ flit-core ];