python3Packages.msgraph-core: 1.3.5 -> 1.3.8

This commit is contained in:
R. Ryantm
2025-09-20 07:12:51 +00:00
parent 5ea760291b
commit b1a9a35c3c
@@ -17,7 +17,7 @@
buildPythonPackage rec {
pname = "msgraph-core";
version = "1.3.5";
version = "1.3.8";
pyproject = true;
disabled = pythonOlder "3.9";
@@ -26,7 +26,7 @@ buildPythonPackage rec {
owner = "microsoftgraph";
repo = "msgraph-sdk-python-core";
tag = "v${version}";
hash = "sha256-0ey8sV0JDuOjdrOeO/hRxZ847DMcWai0B/YUWZ1VJ48=";
hash = "sha256-6M1C2Y0jYec/yKjigtbaaZiEL23csQAFtuUVMTlaiXk=";
};
build-system = [ setuptools ];