Merge pull request #326460 from r-ryantm/auto-update/python312Packages.dbt-adapters

python312Packages.dbt-adapters: 1.3.2 -> 1.3.3
This commit is contained in:
Fabian Affolter 2024-07-12 15:53:39 +02:00 committed by GitHub
commit 0415486007
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -14,14 +14,14 @@
buildPythonPackage rec {
pname = "dbt-adapters";
version = "1.3.2";
version = "1.3.3";
pyproject = true;
src = fetchFromGitHub {
owner = "dbt-labs";
repo = "dbt-adapters";
rev = "refs/tags/v${version}";
hash = "sha256-Erx/j1x+I4ypPqBFzJRZk3ILr3ZG97Hvk4vXe2p6cDc=";
hash = "sha256-M7n+WcHGBMNZ5k9GZRR05g8KzPDWjmB83iZSD16G774=";
};
build-system = [ hatchling ];