Loading pkgs/development/python-modules/microsoft-kiota-serialization-form/default.nix +11 −9 Original line number Diff line number Diff line Loading @@ -2,7 +2,7 @@ lib, buildPythonPackage, fetchFromGitHub, flit-core, poetry-core, microsoft-kiota-abstractions, pytest-asyncio, pendulum, Loading @@ -13,19 +13,21 @@ buildPythonPackage rec { pname = "microsoft-kiota-serialization-form"; version = "0.1.1"; version = "1.9.1"; pyproject = true; disabled = pythonOlder "3.8"; disabled = pythonOlder "3.9"; src = fetchFromGitHub { owner = "microsoft"; repo = "kiota-serialization-form-python"; tag = "v${version}"; hash = "sha256-yOdrqj8QPz497VWS4427zDRRFc/S5654JeYkO1ZcUcQ="; repo = "kiota-python"; tag = "microsoft-kiota-serialization-form-v${version}"; hash = "sha256-ESRnI8prXG1h5H5RVD4eOQ1sQYSEMMLVHSk8yhzFGVw="; }; build-system = [ flit-core ]; sourceRoot = "source/packages/serialization/form/"; build-system = [ poetry-core ]; dependencies = [ microsoft-kiota-abstractions Loading @@ -42,8 +44,8 @@ buildPythonPackage rec { meta = with lib; { description = "Form serialization implementation for Kiota clients in Python"; homepage = "https://github.com/microsoft/kiota-serialization-form-python"; changelog = "https://github.com/microsoft/kiota-serialization-form-python/blob/v${version}/CHANGELOG.md"; 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}"; license = licenses.mit; maintainers = with maintainers; [ fab ]; }; Loading Loading
pkgs/development/python-modules/microsoft-kiota-serialization-form/default.nix +11 −9 Original line number Diff line number Diff line Loading @@ -2,7 +2,7 @@ lib, buildPythonPackage, fetchFromGitHub, flit-core, poetry-core, microsoft-kiota-abstractions, pytest-asyncio, pendulum, Loading @@ -13,19 +13,21 @@ buildPythonPackage rec { pname = "microsoft-kiota-serialization-form"; version = "0.1.1"; version = "1.9.1"; pyproject = true; disabled = pythonOlder "3.8"; disabled = pythonOlder "3.9"; src = fetchFromGitHub { owner = "microsoft"; repo = "kiota-serialization-form-python"; tag = "v${version}"; hash = "sha256-yOdrqj8QPz497VWS4427zDRRFc/S5654JeYkO1ZcUcQ="; repo = "kiota-python"; tag = "microsoft-kiota-serialization-form-v${version}"; hash = "sha256-ESRnI8prXG1h5H5RVD4eOQ1sQYSEMMLVHSk8yhzFGVw="; }; build-system = [ flit-core ]; sourceRoot = "source/packages/serialization/form/"; build-system = [ poetry-core ]; dependencies = [ microsoft-kiota-abstractions Loading @@ -42,8 +44,8 @@ buildPythonPackage rec { meta = with lib; { description = "Form serialization implementation for Kiota clients in Python"; homepage = "https://github.com/microsoft/kiota-serialization-form-python"; changelog = "https://github.com/microsoft/kiota-serialization-form-python/blob/v${version}/CHANGELOG.md"; 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}"; license = licenses.mit; maintainers = with maintainers; [ fab ]; }; Loading