Loading pkgs/by-name/ha/harlequin/package.nix +9 −12 Original line number Diff line number Diff line Loading @@ -5,19 +5,20 @@ fetchFromGitHub, nix-update-script, glibcLocales, versionCheckHook, withPostgresAdapter ? true, withBigQueryAdapter ? true, }: python3Packages.buildPythonApplication rec { pname = "harlequin"; version = "1.25.2-unstable-2024-12-30"; version = "2.0.0"; pyproject = true; src = fetchFromGitHub { owner = "tconbeer"; repo = "harlequin"; rev = "7ef5327157c7617c1032c9128b487b32d1c91fea"; hash = "sha256-QoIjEfQgN6YWDDor4PxfeFkkFGAidUC0ZvHy+PqgnWs="; tag = "v${version}"; hash = "sha256-IUzN+rWL69TUUS9npcmfSAPqy/8SYNusNAN/muCMqNI="; }; pythonRelaxDeps = [ Loading Loading @@ -65,15 +66,11 @@ python3Packages.buildPythonApplication rec { export HOME=$(mktemp -d) ''; nativeCheckInputs = [ # FIX: restore on next release # versionCheckHook ] ++ (with python3Packages; [ nativeCheckInputs = with python3Packages; [ pytest-asyncio pytestCheckHook ]); versionCheckHook ]; disabledTests = [ Loading Loading
pkgs/by-name/ha/harlequin/package.nix +9 −12 Original line number Diff line number Diff line Loading @@ -5,19 +5,20 @@ fetchFromGitHub, nix-update-script, glibcLocales, versionCheckHook, withPostgresAdapter ? true, withBigQueryAdapter ? true, }: python3Packages.buildPythonApplication rec { pname = "harlequin"; version = "1.25.2-unstable-2024-12-30"; version = "2.0.0"; pyproject = true; src = fetchFromGitHub { owner = "tconbeer"; repo = "harlequin"; rev = "7ef5327157c7617c1032c9128b487b32d1c91fea"; hash = "sha256-QoIjEfQgN6YWDDor4PxfeFkkFGAidUC0ZvHy+PqgnWs="; tag = "v${version}"; hash = "sha256-IUzN+rWL69TUUS9npcmfSAPqy/8SYNusNAN/muCMqNI="; }; pythonRelaxDeps = [ Loading Loading @@ -65,15 +66,11 @@ python3Packages.buildPythonApplication rec { export HOME=$(mktemp -d) ''; nativeCheckInputs = [ # FIX: restore on next release # versionCheckHook ] ++ (with python3Packages; [ nativeCheckInputs = with python3Packages; [ pytest-asyncio pytestCheckHook ]); versionCheckHook ]; disabledTests = [ Loading