python3Packages.msgraph-sdk: 1.37.0 -> 1.38.0 (#426578)

This commit is contained in:
Fabian Affolter
2025-07-19 21:39:22 +02:00
committed by GitHub
@@ -16,14 +16,14 @@
buildPythonPackage rec {
pname = "msgraph-sdk";
version = "1.37.0";
version = "1.38.0";
pyproject = true;
src = fetchFromGitHub {
owner = "microsoftgraph";
repo = "msgraph-sdk-python";
tag = "v${version}";
hash = "sha256-1oz+2UQhBjRj2F243GNxmUfknVJFL/V2+jpqKZTDmDw=";
hash = "sha256-wHned9jggwEooSTtWc06bCE2WW15eAH1lvi3cbOUyJw=";
};
build-system = [ flit-core ];