Unverified Commit 3df85995 authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

python313Packages.msgraph-sdk: 1.21.0 -> 1.22.0 (#385304)

parents 962f4cd5 f85498a4
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.21.0";
  version = "1.22.0";
  pyproject = true;

  disabled = pythonOlder "3.8";
@@ -26,7 +26,7 @@ buildPythonPackage rec {
    owner = "microsoftgraph";
    repo = "msgraph-sdk-python";
    tag = "v${version}";
    hash = "sha256-e8LeFQroHCHcHDnVnIlz1FTkb4XJ2ANuT4z/82t3P54=";
    hash = "sha256-zXt94Ti4xrhZO/QPPZmaPUBxDSsO1JeiWctD2ehrB4Y=";
  };

  build-system = [ flit-core ];