python3Packages.microsoft-kiota-serialization-text: 1.9.7 -> 1.9.8 (#476099)

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