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

This commit is contained in:
R. Ryantm 2024-07-18 23:44:32 +00:00
parent a62c421981
commit 2c6dbf0e9b

View File

@ -20,7 +20,7 @@
buildPythonPackage rec {
pname = "dbt-semantic-interfaces";
version = "0.6.0";
version = "0.6.2";
pyproject = true;
disabled = pythonOlder "3.8";
@ -29,7 +29,7 @@ buildPythonPackage rec {
owner = "dbt-labs";
repo = "dbt-semantic-interfaces";
rev = "refs/tags/v${version}";
hash = "sha256-77WKfegchgHIxgzL3Yhtx/4S5pYi6HeVCQH/19YscWA=";
hash = "sha256-V6yMT9Fkug+T3smBEu0Szg5GPMRxEOZc4gtJybWXbrs=";
};
pythonRelaxDeps = [ "importlib-metadata" ];