python3Packages.msgraph-core: 1.3.5 -> 1.3.8

R. Ryantm b1a9a35c 5ea76029

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.5";
pyproject = true;
disabled = pythonOlder "3.9";
···
owner = "microsoftgraph";
repo = "msgraph-sdk-python-core";
tag = "v${version}";
-
hash = "sha256-0ey8sV0JDuOjdrOeO/hRxZ847DMcWai0B/YUWZ1VJ48=";
};
build-system = [ setuptools ];
···
buildPythonPackage rec {
pname = "msgraph-core";
+
version = "1.3.8";
pyproject = true;
disabled = pythonOlder "3.9";
···
owner = "microsoftgraph";
repo = "msgraph-sdk-python-core";
tag = "v${version}";
+
hash = "sha256-6M1C2Y0jYec/yKjigtbaaZiEL23csQAFtuUVMTlaiXk=";
};
build-system = [ setuptools ];