python3Packages.dbt-semantic-interfaces: 0.8.5 -> 0.9.0

R. Ryantm 02afe349 40d8532c

Changed files
+2 -2
pkgs
development
python-modules
dbt-semantic-interfaces
+2 -2
pkgs/development/python-modules/dbt-semantic-interfaces/default.nix
···
buildPythonPackage rec {
pname = "dbt-semantic-interfaces";
-
version = "0.8.5";
+
version = "0.9.0";
pyproject = true;
disabled = pythonOlder "3.8";
···
owner = "dbt-labs";
repo = "dbt-semantic-interfaces";
tag = "v${version}";
-
hash = "sha256-fe+0W08XfBzimQZugCpphrHYcDaoUUYkA+FYa2lS3Uo=";
+
hash = "sha256-I/bMpqTaAHs0XnYOYjFRgXv3qB06LItkaSxtRjk55js=";
};
pythonRelaxDeps = [ "importlib-metadata" ];