Fabian Affolter
2025-02-26 17:52:20 +01:00
parent 41d5877217
commit f85498a4e4
@@ -17,7 +17,7 @@
buildPythonPackage rec {
pname = "msgraph-sdk";
version = "1.21.0";
version = "1.22.0";
pyproject = true;
disabled = pythonOlder "3.8";
@@ -26,7 +26,7 @@ buildPythonPackage rec {
owner = "microsoftgraph";
repo = "msgraph-sdk-python";
tag = "v${version}";
hash = "sha256-e8LeFQroHCHcHDnVnIlz1FTkb4XJ2ANuT4z/82t3P54=";
hash = "sha256-zXt94Ti4xrhZO/QPPZmaPUBxDSsO1JeiWctD2ehrB4Y=";
};
build-system = [ flit-core ];