python3Packages.dbt-adapters: 1.7.0 -> 1.11.0
https://github.com/dbt-labs/dbt-adapters/blob/v1.11.0/CHANGELOG.md
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "dbt-adapters";
|
||||
version = "1.7.0";
|
||||
version = "1.11.0";
|
||||
pyproject = true;
|
||||
|
||||
disabled = pythonOlder "3.8";
|
||||
@@ -24,7 +24,7 @@ buildPythonPackage rec {
|
||||
owner = "dbt-labs";
|
||||
repo = "dbt-adapters";
|
||||
tag = "v${version}";
|
||||
hash = "sha256-I3A3rIMpT+MAq+ebid9RMr6I3W1l4ir78UmfeEr5U3U=";
|
||||
hash = "sha256-l2OwGbYFqUF6NOpIxmgyd7B3sCsZTCgu4noaSfwRFps=";
|
||||
};
|
||||
|
||||
build-system = [ hatchling ];
|
||||
@@ -50,7 +50,7 @@ buildPythonPackage rec {
|
||||
meta = {
|
||||
description = "The set of adapter protocols and base functionality that supports integration with dbt-core";
|
||||
homepage = "https://github.com/dbt-labs/dbt-adapters";
|
||||
changelog = "https://github.com/dbt-labs/dbt-adapters/blob/${src.rev}/CHANGELOG.md";
|
||||
changelog = "https://github.com/dbt-labs/dbt-adapters/blob/${src.tag}/CHANGELOG.md";
|
||||
license = lib.licenses.asl20;
|
||||
maintainers = [ ];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user