Skip to content

Commit

Permalink
python312Packages.microsoft-kiota-serialization-multipart: 1.9.1 -> 1…
Browse files Browse the repository at this point in the history
….9.2
  • Loading branch information
r-ryantm committed Feb 10, 2025
1 parent f780db4 commit 62cd5d5
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,16 @@

buildPythonPackage rec {
pname = "microsoft-kiota-serialization-multipart";
version = "1.9.1";
version = "1.9.2";
pyproject = true;

disabled = pythonOlder "3.8";

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/";
Expand All @@ -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 ];
};
Expand Down

0 comments on commit 62cd5d5

Please sign in to comment.