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

Changelog: https://github.com/dbt-labs/dbt-semantic-interfaces/releases/tag/v0.8.1
This commit is contained in:
Peder Bergebakken Sundt 2024-11-18 09:59:21 +01:00
parent 04386ac325
commit 484e8beb12

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" ];