mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-09 19:13:26 +03:00
harlequin: 2.0.0 -> 2.1.2
This commit is contained in:
parent
50e7996cfa
commit
74799e9308
1 changed files with 3 additions and 3 deletions
|
@ -11,21 +11,20 @@
|
|||
}:
|
||||
python3Packages.buildPythonApplication rec {
|
||||
pname = "harlequin";
|
||||
version = "2.0.0";
|
||||
version = "2.1.2";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "tconbeer";
|
||||
repo = "harlequin";
|
||||
tag = "v${version}";
|
||||
hash = "sha256-IUzN+rWL69TUUS9npcmfSAPqy/8SYNusNAN/muCMqNI=";
|
||||
hash = "sha256-uHzhAI8ppp6aoveMPcLCQX2slhbor5Qy+IoTui+RP7M=";
|
||||
};
|
||||
|
||||
pythonRelaxDeps = [
|
||||
"numpy"
|
||||
"pyarrow"
|
||||
"textual"
|
||||
"syrupy"
|
||||
"tree-sitter-sql"
|
||||
];
|
||||
|
||||
|
@ -42,6 +41,7 @@ python3Packages.buildPythonApplication rec {
|
|||
numpy
|
||||
packaging
|
||||
platformdirs
|
||||
pyarrow
|
||||
questionary
|
||||
rich-click
|
||||
sqlfmt
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue