python312Packages.pylance: 0.24.1 -> 0.25.0 (#392889)

This commit is contained in:
Gaétan Lepage 2025-03-25 10:05:19 +01:00 committed by GitHub
commit a097cc53a8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -31,14 +31,14 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "pylance"; pname = "pylance";
version = "0.24.1"; version = "0.25.0";
pyproject = true; pyproject = true;
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "lancedb"; owner = "lancedb";
repo = "lance"; repo = "lance";
tag = "v${version}"; tag = "v${version}";
hash = "sha256-tfpHW36ESCXffoRI3QbeoKArycIMnddtk5fUXO5p9us="; hash = "sha256-LIrRO5v7XjTLW7ghFTAcrklN2Zlx8tOaUaSqhfFIlnQ=";
}; };
sourceRoot = "${src.name}/python"; sourceRoot = "${src.name}/python";
@ -50,7 +50,7 @@ buildPythonPackage rec {
src src
sourceRoot sourceRoot
; ;
hash = "sha256-5NoIuev3NoXfgifm7ALDRfNNQc6uTflBcBfAnRQ481E="; hash = "sha256-ZyfrIouMGlrgDNcoxmPZpDmLEKEX9oROAsYwOQXCQnI=";
}; };
nativeBuildInputs = [ nativeBuildInputs = [