python3Packages.dbt-semantic-interfaces: 0.8.1 -> 0.8.4 (#419452)

This commit is contained in:
Nick Cao
2025-06-24 16:41:26 -04:00
committed by GitHub
@@ -19,7 +19,7 @@
buildPythonPackage rec {
pname = "dbt-semantic-interfaces";
version = "0.8.1";
version = "0.8.4";
pyproject = true;
disabled = pythonOlder "3.8";
@@ -28,7 +28,7 @@ buildPythonPackage rec {
owner = "dbt-labs";
repo = "dbt-semantic-interfaces";
tag = "v${version}";
hash = "sha256-gY2CJqN/ohYs4Qej451PexWcsM7N9GuHt79qC+NC7T4=";
hash = "sha256-H9PGU6pG/NhA7NyKaaw6B2RNlJLzKT7ilDHFTL7KGUY=";
};
pythonRelaxDeps = [ "importlib-metadata" ];
@@ -59,7 +59,7 @@ buildPythonPackage rec {
meta = with lib; {
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}";
changelog = "https://github.com/dbt-labs/dbt-semantic-interfaces/releases/tag/${src.tag}";
license = licenses.asl20;
maintainers = with maintainers; [ pbsds ];
};