Skip to content

Commit

Permalink
python312Packages.pylance: 0.24.0 -> 0.24.1
Browse files Browse the repository at this point in the history
  • Loading branch information
GaetanLepage committed Mar 10, 2025
1 parent 71232d9 commit 26c8697
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/development/python-modules/pylance/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,14 @@

buildPythonPackage rec {
pname = "pylance";
version = "0.24.0";
version = "0.24.1";
pyproject = true;

src = fetchFromGitHub {
owner = "lancedb";
repo = "lance";
tag = "v${version}";
hash = "sha256-tzz+Zww6/owkcFhHBt8+2cvouCeqdspuv6Gy7HpZTP0=";
hash = "sha256-tfpHW36ESCXffoRI3QbeoKArycIMnddtk5fUXO5p9us=";
};

sourceRoot = "${src.name}/python";
Expand All @@ -50,7 +50,7 @@ buildPythonPackage rec {
src
sourceRoot
;
hash = "sha256-7GN4iAQMvqZkK5kjBMrNa8Q6fETW0HDZklSQGye+Huc=";
hash = "sha256-5NoIuev3NoXfgifm7ALDRfNNQc6uTflBcBfAnRQ481E=";
};

nativeBuildInputs = [
Expand Down

0 comments on commit 26c8697

Please sign in to comment.