Loading pkgs/development/python-modules/msgraph-core/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -17,7 +17,7 @@ buildPythonPackage rec { pname = "msgraph-core"; version = "1.3.5"; version = "1.3.8"; pyproject = true; disabled = pythonOlder "3.9"; Loading @@ -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 ]; Loading Loading
pkgs/development/python-modules/msgraph-core/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -17,7 +17,7 @@ buildPythonPackage rec { pname = "msgraph-core"; version = "1.3.5"; version = "1.3.8"; pyproject = true; disabled = pythonOlder "3.9"; Loading @@ -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 ]; Loading