Commit b1a9a35c authored by R. RyanTM's avatar R. RyanTM
Browse files

python3Packages.msgraph-core: 1.3.5 -> 1.3.8

parent 5ea76029
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -17,7 +17,7 @@

buildPythonPackage rec {
  pname = "msgraph-core";
  version = "1.3.5";
  version = "1.3.8";
  pyproject = true;

  disabled = pythonOlder "3.9";
@@ -26,7 +26,7 @@ buildPythonPackage rec {
    owner = "microsoftgraph";
    repo = "msgraph-sdk-python-core";
    tag = "v${version}";
    hash = "sha256-0ey8sV0JDuOjdrOeO/hRxZ847DMcWai0B/YUWZ1VJ48=";
    hash = "sha256-6M1C2Y0jYec/yKjigtbaaZiEL23csQAFtuUVMTlaiXk=";
  };

  build-system = [ setuptools ];