Skip to content

Commit

Permalink
python312Packages.msgraph-core: 1.1.6 -> 1.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Nov 21, 2024
1 parent d533f73 commit 6a24c12
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.6";
version = "1.1.7";
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-W1tttt4jWGftW8zzklHV3SrAyugi6XZv0PYGs3T5gZ4=";
hash = "sha256-ADeUlxaDoekKMCE+CJL8biuhijdDqQn0s52yvGi3XCE=";
};

build-system = [ setuptools ];
Expand Down

0 comments on commit 6a24c12

Please sign in to comment.