python3Packages.msgraph-core: 1.3.3 -> 1.3.4 (#414863)

This commit is contained in:
dotlambda
2025-06-08 12:55:15 -07:00
committed by GitHub
@@ -17,7 +17,7 @@
buildPythonPackage rec {
pname = "msgraph-core";
version = "1.3.3";
version = "1.3.4";
pyproject = true;
disabled = pythonOlder "3.9";
@@ -26,7 +26,7 @@ buildPythonPackage rec {
owner = "microsoftgraph";
repo = "msgraph-sdk-python-core";
tag = "v${version}";
hash = "sha256-gYZWKv70lyuZIYXpchNnZ02J65hN45agDkxZVFed28s=";
hash = "sha256-F3vZUglO0AvWZPwV8329Wrd5S4PHShBv8Gg3Jvsz6Kk=";
};
build-system = [ setuptools ];