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

This commit is contained in:
R. Ryantm
2026-06-06 10:14:10 +00:00
parent 51d40d1b68
commit cd0d93b50d
@@ -16,14 +16,14 @@
buildPythonPackage (finalAttrs: {
pname = "microsoft-kiota-authentication-azure";
version = "1.10.1";
version = "1.10.2";
pyproject = true;
src = fetchFromGitHub {
owner = "microsoft";
repo = "kiota-python";
tag = "microsoft-kiota-authentication-azure-v${finalAttrs.version}";
hash = "sha256-KBCjVNZDPMh0wxWm8UVLsrfl2AYp3rKMjAT5c8F7+64=";
hash = "sha256-rj0NpuXvqS5rB6TrD3FyuMWb7Dl8/SIBcW/Lzj4cY6I=";
};
sourceRoot = "${finalAttrs.src.name}/packages/authentication/azure/";