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

This commit is contained in:
Robert Schütz
2025-08-12 14:08:38 -07:00
parent 5c820cd1d5
commit ddc7f80320
@@ -9,6 +9,7 @@
pytest-mock,
pytestCheckHook,
pythonOlder,
gitUpdater,
}:
buildPythonPackage rec {
@@ -42,6 +43,10 @@ buildPythonPackage rec {
pythonImportsCheck = [ "kiota_serialization_json" ];
passthru.updateScript = gitUpdater {
rev-prefix = "microsoft-kiota-serialization-json-v";
};
meta = with lib; {
description = "JSON serialization implementation for Kiota clients in Python";
homepage = "https://github.com/microsoft/kiota-python/tree/main/packages/serialization/json";