Unverified Commit 5064ac93 authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

python312Packages.microsoft-kiota-serialization-form: 1.9.1 -> 1.9.2 (#381698)

parents 542e64ef e6c437f1
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -13,7 +13,7 @@

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

  disabled = pythonOlder "3.9";
@@ -21,8 +21,8 @@ buildPythonPackage rec {
  src = fetchFromGitHub {
    owner = "microsoft";
    repo = "kiota-python";
    tag = "microsoft-kiota-serialization-form-v${version}";
    hash = "sha256-ESRnI8prXG1h5H5RVD4eOQ1sQYSEMMLVHSk8yhzFGVw=";
    tag = "microsoft-kiota-serialization-text-v${version}";
    hash = "sha256-ribVfvKmDMxGmeqj30SDcnbNGdRBfs1DmqQGXP3EHCk=";
  };

  sourceRoot = "source/packages/serialization/form/";
@@ -45,7 +45,7 @@ buildPythonPackage rec {
  meta = with lib; {
    description = "Form serialization implementation for Kiota clients in Python";
    homepage = "https://github.com/microsoft/kiota-python/tree/main/packages/serialization/form";
    changelog = "https://github.com/microsoft/kiota-python/releases/tag/microsoft-kiota-serialization-form-v${version}";
    changelog = "https://github.com/microsoft/kiota-python/releases/tag/microsoft-kiota-serialization-form-${src.tag}";
    license = licenses.mit;
    maintainers = with maintainers; [ fab ];
  };