python312Packages.dbt-semantic-interfaces: 0.6.2 -> 0.7.4

This commit is contained in:
R. Ryantm
2024-10-16 05:01:54 +00:00
parent 0c1085e909
commit a444ff2979
@@ -19,7 +19,7 @@
buildPythonPackage rec {
pname = "dbt-semantic-interfaces";
version = "0.6.2";
version = "0.7.4";
pyproject = true;
disabled = pythonOlder "3.8";
@@ -28,7 +28,7 @@ buildPythonPackage rec {
owner = "dbt-labs";
repo = "dbt-semantic-interfaces";
rev = "refs/tags/v${version}";
hash = "sha256-V6yMT9Fkug+T3smBEu0Szg5GPMRxEOZc4gtJybWXbrs=";
hash = "sha256-LHcNitkrDQNz2971iMn13eELUyuJbjUK/u+u83JRIBk=";
};
pythonRelaxDeps = [ "importlib-metadata" ];