Skip to content

Commit 4716fad

Browse files
authored
python312Packages.pylance: 0.25.1 -> 0.25.2 (#395009)
2 parents baf9062 + 51d5f49 commit 4716fad

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.25.1";
34+
version = "0.25.2";
3535
pyproject = true;
3636

3737
src = fetchFromGitHub {
3838
owner = "lancedb";
3939
repo = "lance";
4040
tag = "v${version}";
41-
hash = "sha256-mAVHpQfuAr4RQ8ZwsJHwKtlAtWO3ssm0ic6Y2/c1tZk=";
41+
hash = "sha256-Xds+qSVB7X4CrtrOrfIdOSfgn22CnUyCfKZh2e0hzRo=";
4242
};
4343

4444
sourceRoot = "${src.name}/python";
@@ -50,7 +50,7 @@ buildPythonPackage rec {
5050
src
5151
sourceRoot
5252
;
53-
hash = "sha256-auL8d8gu2V7kCb4LKdP7mmJZys4YLi2s856/aE73e7Q=";
53+
hash = "sha256-c+uQQmB6KScB5sS+HW1TMAwNsze7Ssog2bf0kQWQUWA=";
5454
};
5555

5656
nativeBuildInputs = [

0 commit comments

Comments
 (0)