python3Packages.microsoft-kiota-authentication-azure: 1.10.2 -> 1.10.3

This commit is contained in:
R. Ryantm
2026-06-15 03:11:25 +00:00
parent 635f366cf9
commit afc1a37f6c
@@ -16,14 +16,14 @@
buildPythonPackage (finalAttrs: {
pname = "microsoft-kiota-authentication-azure";
version = "1.10.2";
version = "1.10.3";
pyproject = true;
src = fetchFromGitHub {
owner = "microsoft";
repo = "kiota-python";
tag = "microsoft-kiota-authentication-azure-v${finalAttrs.version}";
hash = "sha256-rj0NpuXvqS5rB6TrD3FyuMWb7Dl8/SIBcW/Lzj4cY6I=";
hash = "sha256-r0u+erTSKBWzLV7VfwWUYh7lyJS1hDh5A0Tzk3pFzo4=";
};
sourceRoot = "${finalAttrs.src.name}/packages/authentication/azure/";