Skip to content

Commit 3d1fa8f

Browse files
authored
python313Packages.msgraph-sdk: 1.25.0 -> 1.26.0 (NixOS#394227)
2 parents 54779ac + de87d8a commit 3d1fa8f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/development/python-modules/msgraph-sdk/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-sdk";
20-
version = "1.25.0";
20+
version = "1.26.0";
2121
pyproject = true;
2222

2323
disabled = pythonOlder "3.8";
@@ -26,7 +26,7 @@ buildPythonPackage rec {
2626
owner = "microsoftgraph";
2727
repo = "msgraph-sdk-python";
2828
tag = "v${version}";
29-
hash = "sha256-CRs9Pqgv8sVhjlMPmC8UR03b4jP1Pm39Yndn2LF51jU=";
29+
hash = "sha256-zCnv+1/rQzo1+Kya8y8M9hljrygT9ZhHstpm14FL9mE=";
3030
};
3131

3232
build-system = [ flit-core ];

0 commit comments

Comments
 (0)