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 02a75df + 4b47bdf commit e45429fCopy full SHA for e45429f
pkgs/development/python-modules/pylance/default.nix
@@ -34,14 +34,14 @@
34
35
buildPythonPackage rec {
36
pname = "pylance";
37
- version = "0.23.1";
+ version = "0.23.2";
38
pyproject = true;
39
40
src = fetchFromGitHub {
41
owner = "lancedb";
42
repo = "lance";
43
tag = "v${version}";
44
- hash = "sha256-H5C4gaXC/Vvzq/5Mr0ZeO3waJJ+v43IWDOVziSb9rgk=";
+ hash = "sha256-HVT/39zhcviVkF6dKM+ZIy7vGW6tOWEBUXTEIuFaVno=";
45
};
46
47
sourceRoot = "${src.name}/python";
@@ -53,7 +53,7 @@ buildPythonPackage rec {
53
src
54
sourceRoot
55
;
56
- hash = "sha256-QSqDxkI4O11s34fL397KPCSBKRieNhzAQu2QZuqD3yE=";
+ hash = "sha256-H5Z6YgaSfRrRPGZVbgNWxcFboS1I65p+08c1VgaL+lE=";
57
58
59
nativeBuildInputs = [
0 commit comments