Commit 1f865766 authored by Robert Schütz's avatar Robert Schütz
Browse files

python3Packages.microsoft-kiota-serialization-text: add passthru.updateScript

parent 14444619
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -9,6 +9,7 @@
  pytestCheckHook,
  python-dateutil,
  pythonOlder,
  gitUpdater,
}:

buildPythonPackage rec {
@@ -42,6 +43,10 @@ buildPythonPackage rec {

  pythonImportsCheck = [ "kiota_serialization_text" ];

  passthru.updateScript = gitUpdater {
    rev-prefix = "microsoft-kiota-serialization-text-v";
  };

  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";