mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-09 19:13:26 +03:00
harlequin: 2.0.0 -> 2.1.2 (#409007)
This commit is contained in:
commit
101d1dbf26
1 changed files with 5 additions and 3 deletions
|
@ -11,21 +11,21 @@
|
||||||
}:
|
}:
|
||||||
python3Packages.buildPythonApplication rec {
|
python3Packages.buildPythonApplication rec {
|
||||||
pname = "harlequin";
|
pname = "harlequin";
|
||||||
version = "2.0.0";
|
version = "2.1.2";
|
||||||
pyproject = true;
|
pyproject = true;
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "tconbeer";
|
owner = "tconbeer";
|
||||||
repo = "harlequin";
|
repo = "harlequin";
|
||||||
tag = "v${version}";
|
tag = "v${version}";
|
||||||
hash = "sha256-IUzN+rWL69TUUS9npcmfSAPqy/8SYNusNAN/muCMqNI=";
|
hash = "sha256-uHzhAI8ppp6aoveMPcLCQX2slhbor5Qy+IoTui+RP7M=";
|
||||||
};
|
};
|
||||||
|
|
||||||
pythonRelaxDeps = [
|
pythonRelaxDeps = [
|
||||||
"numpy"
|
"numpy"
|
||||||
"pyarrow"
|
"pyarrow"
|
||||||
"textual"
|
"textual"
|
||||||
"syrupy"
|
"tree-sitter-sql"
|
||||||
];
|
];
|
||||||
|
|
||||||
build-system = with python3Packages; [ poetry-core ];
|
build-system = with python3Packages; [ poetry-core ];
|
||||||
|
@ -41,6 +41,7 @@ python3Packages.buildPythonApplication rec {
|
||||||
numpy
|
numpy
|
||||||
packaging
|
packaging
|
||||||
platformdirs
|
platformdirs
|
||||||
|
pyarrow
|
||||||
questionary
|
questionary
|
||||||
rich-click
|
rich-click
|
||||||
sqlfmt
|
sqlfmt
|
||||||
|
@ -48,6 +49,7 @@ python3Packages.buildPythonApplication rec {
|
||||||
textual-fastdatatable
|
textual-fastdatatable
|
||||||
textual-textarea
|
textual-textarea
|
||||||
tomlkit
|
tomlkit
|
||||||
|
tree-sitter-sql
|
||||||
]
|
]
|
||||||
++ lib.optionals withPostgresAdapter [ harlequin-postgres ]
|
++ lib.optionals withPostgresAdapter [ harlequin-postgres ]
|
||||||
++ lib.optionals withBigQueryAdapter [ harlequin-bigquery ];
|
++ lib.optionals withBigQueryAdapter [ harlequin-bigquery ];
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue