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 54779ac + de87d8a commit 3d1fa8fCopy full SHA for 3d1fa8f
pkgs/development/python-modules/msgraph-sdk/default.nix
@@ -17,7 +17,7 @@
17
18
buildPythonPackage rec {
19
pname = "msgraph-sdk";
20
- version = "1.25.0";
+ version = "1.26.0";
21
pyproject = true;
22
23
disabled = pythonOlder "3.8";
@@ -26,7 +26,7 @@ buildPythonPackage rec {
26
owner = "microsoftgraph";
27
repo = "msgraph-sdk-python";
28
tag = "v${version}";
29
- hash = "sha256-CRs9Pqgv8sVhjlMPmC8UR03b4jP1Pm39Yndn2LF51jU=";
+ hash = "sha256-zCnv+1/rQzo1+Kya8y8M9hljrygT9ZhHstpm14FL9mE=";
30
};
31
32
build-system = [ flit-core ];
0 commit comments