We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2a88bbf + 26c8697 commit 05a8f2cCopy full SHA for 05a8f2c
pkgs/development/python-modules/pylance/default.nix
@@ -31,14 +31,14 @@
31
32
buildPythonPackage rec {
33
pname = "pylance";
34
- version = "0.24.0";
+ version = "0.24.1";
35
pyproject = true;
36
37
src = fetchFromGitHub {
38
owner = "lancedb";
39
repo = "lance";
40
tag = "v${version}";
41
- hash = "sha256-tzz+Zww6/owkcFhHBt8+2cvouCeqdspuv6Gy7HpZTP0=";
+ hash = "sha256-tfpHW36ESCXffoRI3QbeoKArycIMnddtk5fUXO5p9us=";
42
};
43
44
sourceRoot = "${src.name}/python";
@@ -50,7 +50,7 @@ buildPythonPackage rec {
50
src
51
sourceRoot
52
;
53
- hash = "sha256-7GN4iAQMvqZkK5kjBMrNa8Q6fETW0HDZklSQGye+Huc=";
+ hash = "sha256-5NoIuev3NoXfgifm7ALDRfNNQc6uTflBcBfAnRQ481E=";
54
55
56
nativeBuildInputs = [
0 commit comments