python312Packages.microsoft-kiota-serialization-text: 1.9.1 -> 1.9.2 (#380877)

This commit is contained in:
Fabian Affolter
2025-02-11 14:14:15 +01:00
committed by GitHub
@@ -13,7 +13,7 @@
buildPythonPackage rec {
pname = "microsoft-kiota-serialization-text";
version = "1.9.1";
version = "1.9.2";
pyproject = true;
disabled = pythonOlder "3.9";
@@ -22,7 +22,7 @@ buildPythonPackage rec {
owner = "microsoft";
repo = "kiota-python";
tag = "microsoft-kiota-serialization-text-v${version}";
hash = "sha256-ESRnI8prXG1h5H5RVD4eOQ1sQYSEMMLVHSk8yhzFGVw=";
hash = "sha256-ribVfvKmDMxGmeqj30SDcnbNGdRBfs1DmqQGXP3EHCk=";
};
sourceRoot = "source/packages/serialization/text/";
@@ -45,7 +45,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Text serialization implementation for Kiota generated clients in Python";
homepage = "https://github.com/microsoft/kiota-python/tree/main/packages/serialization/text";
changelog = "https://github.com/microsoft/kiota-python/releases/tag/microsoft-kiota-serialization-text-v${version}";
changelog = "https://github.com/microsoft/kiota-python/releases/tag/microsoft-kiota-serialization-text-${src.tag}";
license = licenses.mit;
maintainers = with maintainers; [ fab ];
};