python3Packages.dbt-bigquery: 1.7.8 -> 1.8.1

https://github.com/dbt-labs/dbt-bigquery/blob/1.8.1/CHANGELOG.md
This commit is contained in:
Martin Weinelt
2024-06-24 12:14:51 +02:00
parent c70527f909
commit c7d5188897
@@ -15,7 +15,7 @@
buildPythonPackage rec {
pname = "dbt-bigquery";
version = "1.7.8";
version = "1.8.1";
pyproject = true;
disabled = pythonOlder "3.7";
@@ -24,7 +24,7 @@ buildPythonPackage rec {
owner = "dbt-labs";
repo = "dbt-bigquery";
rev = "refs/tags/v${version}";
hash = "sha256-Uc842hkrCYDR92ACDtNW+Iqq5l54CSp40D1tOL7wt8o=";
hash = "sha256-5sqKvYXKBze6t0yNaeYvwyS919CHMXCv3RRzNnBxfec=";
};
pythonRelaxDeps = [ "agate" ];