Skip to content

Commit 270a49d

Browse files
committed
python312Packages.msgraph-core: 1.3.1 -> 1.3.2
1 parent d325772 commit 270a49d

File tree

1 file changed

+2
-2
lines changed
  • pkgs/development/python-modules/msgraph-core

1 file changed

+2
-2
lines changed

pkgs/development/python-modules/msgraph-core/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
buildPythonPackage rec {
1919
pname = "msgraph-core";
20-
version = "1.3.1";
20+
version = "1.3.2";
2121
pyproject = true;
2222

2323
disabled = pythonOlder "3.9";
@@ -26,7 +26,7 @@ buildPythonPackage rec {
2626
owner = "microsoftgraph";
2727
repo = "msgraph-sdk-python-core";
2828
tag = "v${version}";
29-
hash = "sha256-GtIKZRnjG9fZcVNcaT+B9SbCo3yxUiqKPIZ2Er0WhAU=";
29+
hash = "sha256-SKuqYEDsHiasvs7nwrizYqfA6tTcc8XfZo8BD8guJHA=";
3030
};
3131

3232
build-system = [ setuptools ];

0 commit comments

Comments
 (0)