python312Packages.pylance: 0.25.0 -> 0.25.1

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

Changelog: https://github.com/lancedb/lance/releases/tag/v0.25.1
This commit is contained in:
Gaetan Lepage
2025-03-26 22:24:10 +01:00
parent e8154ef047
commit bcc57092e3
@@ -31,14 +31,14 @@
buildPythonPackage rec {
pname = "pylance";
version = "0.25.0";
version = "0.25.1";
pyproject = true;
src = fetchFromGitHub {
owner = "lancedb";
repo = "lance";
tag = "v${version}";
hash = "sha256-LIrRO5v7XjTLW7ghFTAcrklN2Zlx8tOaUaSqhfFIlnQ=";
hash = "sha256-mAVHpQfuAr4RQ8ZwsJHwKtlAtWO3ssm0ic6Y2/c1tZk=";
};
sourceRoot = "${src.name}/python";
@@ -50,7 +50,7 @@ buildPythonPackage rec {
src
sourceRoot
;
hash = "sha256-ZyfrIouMGlrgDNcoxmPZpDmLEKEX9oROAsYwOQXCQnI=";
hash = "sha256-auL8d8gu2V7kCb4LKdP7mmJZys4YLi2s856/aE73e7Q=";
};
nativeBuildInputs = [