Merge pull request #328762 from r-ryantm/auto-update/python312Packages.dbt-bigquery

python312Packages.dbt-bigquery: 1.8.1 -> 1.8.2
This commit is contained in:
Nick Cao 2024-07-21 08:55:01 -04:00 committed by GitHub
commit 5a044fb36a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -15,7 +15,7 @@
buildPythonPackage rec {
pname = "dbt-bigquery";
version = "1.8.1";
version = "1.8.2";
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-5sqKvYXKBze6t0yNaeYvwyS919CHMXCv3RRzNnBxfec=";
hash = "sha256-SYQAFvu7nw54X4jxicEA9+lnvMgj/Yp460xz3BFGYCM=";
};
pythonRelaxDeps = [ "agate" ];