python3Packages.microsoft-kiota-authentication-azure: 1.9.7 -> 1.9.8 (#475874)

This commit is contained in:
Fabian Affolter
2026-01-02 22:18:48 +00:00
committed by GitHub
@@ -11,22 +11,19 @@
pytest-asyncio,
pytest-mock,
pytestCheckHook,
pythonOlder,
gitUpdater,
}:
buildPythonPackage rec {
pname = "microsoft-kiota-authentication-azure";
version = "1.9.7";
version = "1.9.8";
pyproject = true;
disabled = pythonOlder "3.9";
src = fetchFromGitHub {
owner = "microsoft";
repo = "kiota-python";
tag = "microsoft-kiota-authentication-azure-v${version}";
hash = "sha256-ovmGka0YxhjPQYodHAMpcrqLMpXEqSTeky3n/rC7Ohs=";
hash = "sha256-05/I06p3zBc/Kb7H8dMEbUxFr0dOXSSBuIyEGZ4twhA=";
};
sourceRoot = "${src.name}/packages/authentication/azure/";