harlequin: 2.0.0 -> 2.1.2

This commit is contained in:
David Hagege 2025-06-08 21:01:15 +02:00
parent 50e7996cfa
commit 74799e9308
No known key found for this signature in database

View file

@ -11,21 +11,20 @@
}: }:
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" "tree-sitter-sql"
]; ];
@ -42,6 +41,7 @@ python3Packages.buildPythonApplication rec {
numpy numpy
packaging packaging
platformdirs platformdirs
pyarrow
questionary questionary
rich-click rich-click
sqlfmt sqlfmt