python3Packages.msgraph-sdk: 1.55.0 -> 1.56.0
Diff: https://github.com/microsoftgraph/msgraph-sdk-python/compare/v1.55.0...v1.56.0 Changelog: https://github.com/microsoftgraph/msgraph-sdk-python/blob/v1.56.0/CHANGELOG.md
This commit is contained in:
@@ -16,14 +16,14 @@
|
||||
|
||||
buildPythonPackage (finalAttrs: {
|
||||
pname = "msgraph-sdk";
|
||||
version = "1.55.0";
|
||||
version = "1.56.0";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "microsoftgraph";
|
||||
repo = "msgraph-sdk-python";
|
||||
tag = "v${finalAttrs.version}";
|
||||
hash = "sha256-F6iL+bQS/r7t9NUGtspNx8E0viK4Fm211AqrxNgNGqg=";
|
||||
hash = "sha256-Y2PX07IzHO3wjVEYUw1o6vb1cr1pa8BJIR9Uliho3lQ=";
|
||||
};
|
||||
|
||||
build-system = [ flit-core ];
|
||||
|
||||
Reference in New Issue
Block a user