python3Packages.msgraph-sdk: 1.46.0 -> 1.47.0

This commit is contained in:
R. Ryantm
2025-10-24 09:49:25 +00:00
parent c9f97ce391
commit 4cacea8f91
@@ -16,14 +16,14 @@
buildPythonPackage rec {
pname = "msgraph-sdk";
version = "1.46.0";
version = "1.47.0";
pyproject = true;
src = fetchFromGitHub {
owner = "microsoftgraph";
repo = "msgraph-sdk-python";
tag = "v${version}";
hash = "sha256-PAFRK+PLHG87ilD7Nslmj33bif2vBD6/SWmWMkv8HIY=";
hash = "sha256-/S9dJ5eeYG7I+COizOb3TpaYpx7Qu+R5brRxbLuV3F8=";
};
build-system = [ flit-core ];