python3Packages.microsoft-kiota-authentication-azure: 1.9.5 -> 1.9.7

This commit is contained in:
R. Ryantm
2025-09-14 14:55:44 +00:00
parent 2296a312c2
commit b74a192ef7
@@ -17,7 +17,7 @@
buildPythonPackage rec {
pname = "microsoft-kiota-authentication-azure";
version = "1.9.5";
version = "1.9.7";
pyproject = true;
disabled = pythonOlder "3.9";
@@ -26,7 +26,7 @@ buildPythonPackage rec {
owner = "microsoft";
repo = "kiota-python";
tag = "microsoft-kiota-authentication-azure-v${version}";
hash = "sha256-h0sZhBIGZyhzYtCvLHRAn73HspgyOAKU3p4xSn+uXFU=";
hash = "sha256-ovmGka0YxhjPQYodHAMpcrqLMpXEqSTeky3n/rC7Ohs=";
};
sourceRoot = "${src.name}/packages/authentication/azure/";