python3Packages.msgraph-core: 1.3.4 -> 1.3.5

https://github.com/microsoftgraph/msgraph-sdk-python-core/releases/tag/v1.3.5

This commit was automatically generated using update-python-libraries.

Changed files
+2 -2
pkgs
development
python-modules
msgraph-core
+2 -2
pkgs/development/python-modules/msgraph-core/default.nix
···
buildPythonPackage rec {
pname = "msgraph-core";
-
version = "1.3.4";
+
version = "1.3.5";
pyproject = true;
disabled = pythonOlder "3.9";
···
owner = "microsoftgraph";
repo = "msgraph-sdk-python-core";
tag = "v${version}";
-
hash = "sha256-F3vZUglO0AvWZPwV8329Wrd5S4PHShBv8Gg3Jvsz6Kk=";
+
hash = "sha256-0ey8sV0JDuOjdrOeO/hRxZ847DMcWai0B/YUWZ1VJ48=";
};
build-system = [ setuptools ];