python3Packages.msgraph-core: 1.3.3 -> 1.3.4

This commit is contained in:
R. Ryantm 2025-06-07 22:32:49 +00:00
parent cd64f1bd87
commit b9bff51b2a

View file

@ -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 ];