python312Packages.pylance: 0.13.0 -> 0.15.0

This commit is contained in:
Greg Hellings
2024-08-04 19:43:03 -05:00
parent 83c75d34b9
commit f7a84ab929
2 changed files with 1404 additions and 638 deletions
File diff suppressed because it is too large Load Diff
@@ -20,14 +20,14 @@
buildPythonPackage rec {
pname = "pylance";
version = "0.13.0";
version = "0.15.0";
pyproject = true;
src = fetchFromGitHub {
owner = "lancedb";
repo = "lance";
rev = "refs/tags/v${version}";
hash = "sha256-gwSpdj3i68QBrIcuvjj/32CsRKYVh9dSf98qNLDpxpc=";
hash = "sha256-zJ6zyS9DNhlJ1wbXHZRtNMDytF/Beh9DDHKB8S9HFwk=";
};
sourceRoot = "${src.name}/python";