Loading pkgs/development/python-modules/sqlglot/default.nix +2 −7 Original line number Diff line number Diff line Loading @@ -12,7 +12,7 @@ buildPythonPackage rec { pname = "sqlglot"; version = "23.12.1"; version = "25.20.1"; pyproject = true; disabled = pythonOlder "3.8"; Loading @@ -21,7 +21,7 @@ buildPythonPackage rec { repo = "sqlglot"; owner = "tobymao"; rev = "refs/tags/v${version}"; hash = "sha256-VUG/l1iZ/8vAJwhktN/tx8U8KVLgaghUPArtxEyIA54="; hash = "sha256-RE9Hbb3g6j4j5X2ksjcBZ610RcV7Zd3YaKaBIUyD2vU="; }; nativeBuildInputs = [ Loading @@ -39,11 +39,6 @@ buildPythonPackage rec { duckdb ]; disabledTestPaths = [ # These integration tests assume a running Spark instance "tests/dataframe/integration" ]; pythonImportsCheck = [ "sqlglot" ]; meta = with lib; { Loading Loading
pkgs/development/python-modules/sqlglot/default.nix +2 −7 Original line number Diff line number Diff line Loading @@ -12,7 +12,7 @@ buildPythonPackage rec { pname = "sqlglot"; version = "23.12.1"; version = "25.20.1"; pyproject = true; disabled = pythonOlder "3.8"; Loading @@ -21,7 +21,7 @@ buildPythonPackage rec { repo = "sqlglot"; owner = "tobymao"; rev = "refs/tags/v${version}"; hash = "sha256-VUG/l1iZ/8vAJwhktN/tx8U8KVLgaghUPArtxEyIA54="; hash = "sha256-RE9Hbb3g6j4j5X2ksjcBZ610RcV7Zd3YaKaBIUyD2vU="; }; nativeBuildInputs = [ Loading @@ -39,11 +39,6 @@ buildPythonPackage rec { duckdb ]; disabledTestPaths = [ # These integration tests assume a running Spark instance "tests/dataframe/integration" ]; pythonImportsCheck = [ "sqlglot" ]; meta = with lib; { Loading