Skip to content

Commit

Permalink
python312Packages.dbt-semantic-interfaces: 0.7.4 -> 0.8.1 (#356908)
Browse files Browse the repository at this point in the history
  • Loading branch information
pbsds authored Nov 24, 2024
2 parents 21b0706 + 484e8be commit 87ed7eb
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

buildPythonPackage rec {
pname = "dbt-semantic-interfaces";
version = "0.7.4";
version = "0.8.1";
pyproject = true;

disabled = pythonOlder "3.8";
Expand All @@ -28,7 +28,7 @@ buildPythonPackage rec {
owner = "dbt-labs";
repo = "dbt-semantic-interfaces";
rev = "refs/tags/v${version}";
hash = "sha256-LHcNitkrDQNz2971iMn13eELUyuJbjUK/u+u83JRIBk=";
hash = "sha256-gY2CJqN/ohYs4Qej451PexWcsM7N9GuHt79qC+NC7T4=";
};

pythonRelaxDeps = [ "importlib-metadata" ];
Expand Down

0 comments on commit 87ed7eb

Please sign in to comment.