mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-08-26 02:05:02 +00:00
python3Packages.dbt-snowflake: 1.11.1 -> 1.12.0
https://github.com/dbt-labs/dbt-adapters/blob/main/dbt-snowflake/CHANGELOG.md This commit was automatically generated using update-python-libraries.
This commit is contained in:
@@ -10,14 +10,14 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "dbt-snowflake";
|
||||
version = "1.11.1";
|
||||
version = "1.12.0";
|
||||
pyproject = true;
|
||||
|
||||
# missing tags on GitHub
|
||||
src = fetchPypi {
|
||||
pname = "dbt_snowflake";
|
||||
inherit version;
|
||||
hash = "sha256-C2uS13vwN9AuZ0XgrdRHMsunuzSwoM06HGFmJ45Bs0A=";
|
||||
hash = "sha256-04TC63zLXckfnB6JqAQbkSGrhgX1gKLpD4BubvAT0F4=";
|
||||
};
|
||||
|
||||
pythonRelaxDeps = [
|
||||
|
||||
Reference in New Issue
Block a user