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

python312Packages.msgraph-core: 1.1.4 -> 1.1.5

parent cf7f1088
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.1.4";
  version = "1.1.5";
  pyproject = true;

  disabled = pythonOlder "3.8";
@@ -26,7 +26,7 @@ buildPythonPackage rec {
    owner = "microsoftgraph";
    repo = "msgraph-sdk-python-core";
    rev = "refs/tags/v${version}";
    hash = "sha256-r8awjj4yo8BXQ0vZiJW+ky1sTvC04FzcViJY725/P6k=";
    hash = "sha256-cyqhNpV3gowSDmZhdI3NbbJ1VOwnrJTXZYR/rYNnFVE=";
  };

  build-system = [ setuptools ];