python313Packages.msgraph-sdk: 1.50.0 -> 1.51.0
Diff: https://github.com/microsoftgraph/msgraph-sdk-python/compare/v1.50.0...v1.51.0 Changelog: https://github.com/microsoftgraph/msgraph-sdk-python/blob/v1.51.0/CHANGELOG.md
This commit is contained in:
@@ -16,14 +16,14 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "msgraph-sdk";
|
||||
version = "1.50.0";
|
||||
version = "1.51.0";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "microsoftgraph";
|
||||
repo = "msgraph-sdk-python";
|
||||
tag = "v${version}";
|
||||
hash = "sha256-pSyqU8sUIK+axSu5JoI/ARkhiDxTahpqgcMqLhBvmpw=";
|
||||
hash = "sha256-ZpzbDQ+HF49WJdXeyKcUs6wgmy0/YLNFH21wQ9bE0/o=";
|
||||
};
|
||||
|
||||
build-system = [ flit-core ];
|
||||
|
||||
Reference in New Issue
Block a user