Skip to content

Commit 05a8f2c

Browse files
authored
python312Packages.pylance: 0.24.0 -> 0.24.1 (#388799)
2 parents 2a88bbf + 26c8697 commit 05a8f2c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/development/python-modules/pylance/default.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,14 +31,14 @@
3131

3232
buildPythonPackage rec {
3333
pname = "pylance";
34-
version = "0.24.0";
34+
version = "0.24.1";
3535
pyproject = true;
3636

3737
src = fetchFromGitHub {
3838
owner = "lancedb";
3939
repo = "lance";
4040
tag = "v${version}";
41-
hash = "sha256-tzz+Zww6/owkcFhHBt8+2cvouCeqdspuv6Gy7HpZTP0=";
41+
hash = "sha256-tfpHW36ESCXffoRI3QbeoKArycIMnddtk5fUXO5p9us=";
4242
};
4343

4444
sourceRoot = "${src.name}/python";
@@ -50,7 +50,7 @@ buildPythonPackage rec {
5050
src
5151
sourceRoot
5252
;
53-
hash = "sha256-7GN4iAQMvqZkK5kjBMrNa8Q6fETW0HDZklSQGye+Huc=";
53+
hash = "sha256-5NoIuev3NoXfgifm7ALDRfNNQc6uTflBcBfAnRQ481E=";
5454
};
5555

5656
nativeBuildInputs = [

0 commit comments

Comments
 (0)