Loading pkgs/development/python-modules/dbt-semantic-interfaces/default.nix +4 −4 Original line number Diff line number Diff line Loading @@ -36,12 +36,12 @@ buildPythonPackage rec { "importlib-metadata" ]; nativeBuildInputs = [ build-system = [ hatchling pythonRelaxDepsHook ]; propagatedBuildInputs = [ dependencies = [ click dateutils importlib-metadata Loading @@ -63,9 +63,9 @@ buildPythonPackage rec { ]; meta = with lib; { changelog = "https://github.com/dbt-labs/dbt-semantic-interfaces/releases/tag/v${version}"; description = "shared interfaces used by dbt-core and MetricFlow projects"; description = "Shared interfaces used by dbt-core and MetricFlow projects"; homepage = "https://github.com/dbt-labs/dbt-semantic-interfaces"; changelog = "https://github.com/dbt-labs/dbt-semantic-interfaces/releases/tag/v${version}"; license = licenses.asl20; maintainers = with maintainers; [ pbsds ]; }; Loading Loading
pkgs/development/python-modules/dbt-semantic-interfaces/default.nix +4 −4 Original line number Diff line number Diff line Loading @@ -36,12 +36,12 @@ buildPythonPackage rec { "importlib-metadata" ]; nativeBuildInputs = [ build-system = [ hatchling pythonRelaxDepsHook ]; propagatedBuildInputs = [ dependencies = [ click dateutils importlib-metadata Loading @@ -63,9 +63,9 @@ buildPythonPackage rec { ]; meta = with lib; { changelog = "https://github.com/dbt-labs/dbt-semantic-interfaces/releases/tag/v${version}"; description = "shared interfaces used by dbt-core and MetricFlow projects"; description = "Shared interfaces used by dbt-core and MetricFlow projects"; homepage = "https://github.com/dbt-labs/dbt-semantic-interfaces"; changelog = "https://github.com/dbt-labs/dbt-semantic-interfaces/releases/tag/v${version}"; license = licenses.asl20; maintainers = with maintainers; [ pbsds ]; }; Loading