python312Packages.dbt-semantic-interfaces: 0.7.4 -> 0.8.1 (#356908)
This commit is contained in:
commit
87ed7eb7d3
@ -19,7 +19,7 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "dbt-semantic-interfaces";
|
pname = "dbt-semantic-interfaces";
|
||||||
version = "0.7.4";
|
version = "0.8.1";
|
||||||
pyproject = true;
|
pyproject = true;
|
||||||
|
|
||||||
disabled = pythonOlder "3.8";
|
disabled = pythonOlder "3.8";
|
||||||
@ -28,7 +28,7 @@ buildPythonPackage rec {
|
|||||||
owner = "dbt-labs";
|
owner = "dbt-labs";
|
||||||
repo = "dbt-semantic-interfaces";
|
repo = "dbt-semantic-interfaces";
|
||||||
rev = "refs/tags/v${version}";
|
rev = "refs/tags/v${version}";
|
||||||
hash = "sha256-LHcNitkrDQNz2971iMn13eELUyuJbjUK/u+u83JRIBk=";
|
hash = "sha256-gY2CJqN/ohYs4Qej451PexWcsM7N9GuHt79qC+NC7T4=";
|
||||||
};
|
};
|
||||||
|
|
||||||
pythonRelaxDeps = [ "importlib-metadata" ];
|
pythonRelaxDeps = [ "importlib-metadata" ];
|
||||||
|
Loading…
Reference in New Issue
Block a user