python313Packages.msgraph-sdk: 1.22.0 -> 1.23.0 (#387849)

This commit is contained in:
Fabian Affolter
2025-03-07 22:12:31 +01:00
committed by GitHub
@@ -17,7 +17,7 @@
buildPythonPackage rec {
pname = "msgraph-sdk";
version = "1.22.0";
version = "1.23.0";
pyproject = true;
disabled = pythonOlder "3.8";
@@ -26,7 +26,7 @@ buildPythonPackage rec {
owner = "microsoftgraph";
repo = "msgraph-sdk-python";
tag = "v${version}";
hash = "sha256-zXt94Ti4xrhZO/QPPZmaPUBxDSsO1JeiWctD2ehrB4Y=";
hash = "sha256-dx79wF6BXhTRGW31TPJ1bbMCPGEm+Hrc5EVFeg6HyHk=";
};
build-system = [ flit-core ];