python312Packages.dbt-semantic-interfaces: 0.7.4 -> 0.8.1 (#356908)

This commit is contained in:
Peder Bergebakken Sundt 2024-11-24 07:14:19 +01:00 committed by GitHub
commit 87ed7eb7d3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -19,7 +19,7 @@
buildPythonPackage rec {
pname = "dbt-semantic-interfaces";
version = "0.7.4";
version = "0.8.1";
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-LHcNitkrDQNz2971iMn13eELUyuJbjUK/u+u83JRIBk=";
hash = "sha256-gY2CJqN/ohYs4Qej451PexWcsM7N9GuHt79qC+NC7T4=";
};
pythonRelaxDeps = [ "importlib-metadata" ];