python312Packages.microsoft-kiota-serialization-multipart: 1.9.1 -> 1.9.2 (#380829)

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