Skip to content

Commit

Permalink
python312Packages.msgraph-core: 1.1.4 -> 1.1.5 (#346601)
Browse files Browse the repository at this point in the history
  • Loading branch information
dotlambda authored Oct 5, 2024
2 parents 86002e3 + a9ba5ff commit 62b4c8b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/msgraph-core/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

buildPythonPackage rec {
pname = "msgraph-core";
version = "1.1.4";
version = "1.1.5";
pyproject = true;

disabled = pythonOlder "3.8";
Expand All @@ -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 ];
Expand Down

0 comments on commit 62b4c8b

Please sign in to comment.