python3Packages.msgraph-sdk: 1.61.0 -> 1.62.0

This commit is contained in:
R. Ryantm
2026-09-04 00:15:37 +00:00
parent 4238030c5f
commit e9eb186818

View File

@@ -16,14 +16,14 @@
buildPythonPackage (finalAttrs: {
pname = "msgraph-sdk";
version = "1.61.0";
version = "1.62.0";
pyproject = true;
src = fetchFromGitHub {
owner = "microsoftgraph";
repo = "msgraph-sdk-python";
tag = "v${finalAttrs.version}";
hash = "sha256-bjXbFa76quD5J7uPRHu15juxulHUh4U/7e12yPvS5SU=";
hash = "sha256-3ADJLslpAnm44j3tACoX2jB9I9SLBWlTzTxX327d+LI=";
};
build-system = [ flit-core ];