python312Packages.pylance: 0.23.2 -> 0.24.0

Diff: https://github.com/lancedb/lance/compare/refs/tags/v0.23.2...v0.24.0

Changelog: https://github.com/lancedb/lance/releases/tag/v0.24.0
This commit is contained in:
Gaetan Lepage
2025-03-09 15:54:21 +01:00
parent 011cc1ed74
commit 232bc5a6c2
@@ -27,21 +27,18 @@
polars,
pytestCheckHook,
tqdm,
# passthru
nix-update-script,
}:
buildPythonPackage rec {
pname = "pylance";
version = "0.23.2";
version = "0.24.0";
pyproject = true;
src = fetchFromGitHub {
owner = "lancedb";
repo = "lance";
tag = "v${version}";
hash = "sha256-HVT/39zhcviVkF6dKM+ZIy7vGW6tOWEBUXTEIuFaVno=";
hash = "sha256-tzz+Zww6/owkcFhHBt8+2cvouCeqdspuv6Gy7HpZTP0=";
};
sourceRoot = "${src.name}/python";
@@ -53,7 +50,7 @@ buildPythonPackage rec {
src
sourceRoot
;
hash = "sha256-H5Z6YgaSfRrRPGZVbgNWxcFboS1I65p+08c1VgaL+lE=";
hash = "sha256-7GN4iAQMvqZkK5kjBMrNa8Q6fETW0HDZklSQGye+Huc=";
};
nativeBuildInputs = [
@@ -122,8 +119,6 @@ buildPythonPackage rec {
"test_iter_over_dataset_fixed_size_lists"
];
passthru.updateScript = nix-update-script { };
meta = {
description = "Python wrapper for Lance columnar format";
homepage = "https://github.com/lancedb/lance";