We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a99d035 + 270a49d commit 69636b1Copy full SHA for 69636b1
pkgs/development/python-modules/msgraph-core/default.nix
@@ -17,7 +17,7 @@
17
18
buildPythonPackage rec {
19
pname = "msgraph-core";
20
- version = "1.3.1";
+ version = "1.3.2";
21
pyproject = true;
22
23
disabled = pythonOlder "3.9";
@@ -26,7 +26,7 @@ buildPythonPackage rec {
26
owner = "microsoftgraph";
27
repo = "msgraph-sdk-python-core";
28
tag = "v${version}";
29
- hash = "sha256-GtIKZRnjG9fZcVNcaT+B9SbCo3yxUiqKPIZ2Er0WhAU=";
+ hash = "sha256-SKuqYEDsHiasvs7nwrizYqfA6tTcc8XfZo8BD8guJHA=";
30
};
31
32
build-system = [ setuptools ];
0 commit comments