lol

python313Packages.msgraph-sdk: 1.29.0 -> 1.30.0

Diff: https://github.com/microsoftgraph/msgraph-sdk-python/compare/refs/tags/v1.29.0...refs/tags/v1.30.0

Changelog: https://github.com/microsoftgraph/msgraph-sdk-python/blob/v1.30.0/CHANGELOG.md

+2 -2
+2 -2
pkgs/development/python-modules/msgraph-sdk/default.nix
··· 17 17 18 18 buildPythonPackage rec { 19 19 pname = "msgraph-sdk"; 20 - version = "1.29.0"; 20 + version = "1.30.0"; 21 21 pyproject = true; 22 22 23 23 disabled = pythonOlder "3.8"; ··· 26 26 owner = "microsoftgraph"; 27 27 repo = "msgraph-sdk-python"; 28 28 tag = "v${version}"; 29 - hash = "sha256-eyEvGR0KEqhT3hztDZoXoRx/0+/n9Eb63JChX0OCX3I="; 29 + hash = "sha256-YKeQkgEOiblG7RJUAf7qI8F9MYU8sFDxrVUbdYj/H0Y="; 30 30 }; 31 31 32 32 build-system = [ flit-core ];