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.
1 parent 3a8c9fb commit 51d5f49Copy full SHA for 51d5f49
pkgs/development/python-modules/pylance/default.nix
@@ -31,14 +31,14 @@
31
32
buildPythonPackage rec {
33
pname = "pylance";
34
- version = "0.25.1";
+ version = "0.25.2";
35
pyproject = true;
36
37
src = fetchFromGitHub {
38
owner = "lancedb";
39
repo = "lance";
40
tag = "v${version}";
41
- hash = "sha256-mAVHpQfuAr4RQ8ZwsJHwKtlAtWO3ssm0ic6Y2/c1tZk=";
+ hash = "sha256-Xds+qSVB7X4CrtrOrfIdOSfgn22CnUyCfKZh2e0hzRo=";
42
};
43
44
sourceRoot = "${src.name}/python";
@@ -50,7 +50,7 @@ buildPythonPackage rec {
50
src
51
sourceRoot
52
;
53
- hash = "sha256-auL8d8gu2V7kCb4LKdP7mmJZys4YLi2s856/aE73e7Q=";
+ hash = "sha256-c+uQQmB6KScB5sS+HW1TMAwNsze7Ssog2bf0kQWQUWA=";
54
55
56
nativeBuildInputs = [
0 commit comments