python312Packages.pylance: 0.24.1 -> 0.25.0

Diff: https://github.com/lancedb/lance/compare/refs/tags/v0.24.1...v0.25.0

Changelog: https://github.com/lancedb/lance/releases/tag/v0.25.0
This commit is contained in:
Gaetan Lepage
2025-03-24 22:48:24 +01:00
parent af21e30ad4
commit f08fd8d3cd
@@ -31,14 +31,14 @@
buildPythonPackage rec {
pname = "pylance";
version = "0.24.1";
version = "0.25.0";
pyproject = true;
src = fetchFromGitHub {
owner = "lancedb";
repo = "lance";
tag = "v${version}";
hash = "sha256-tfpHW36ESCXffoRI3QbeoKArycIMnddtk5fUXO5p9us=";
hash = "sha256-LIrRO5v7XjTLW7ghFTAcrklN2Zlx8tOaUaSqhfFIlnQ=";
};
sourceRoot = "${src.name}/python";
@@ -50,7 +50,7 @@ buildPythonPackage rec {
src
sourceRoot
;
hash = "sha256-5NoIuev3NoXfgifm7ALDRfNNQc6uTflBcBfAnRQ481E=";
hash = "sha256-ZyfrIouMGlrgDNcoxmPZpDmLEKEX9oROAsYwOQXCQnI=";
};
nativeBuildInputs = [