Skip to content

Commit e45429f

Browse files
authored
python312Packages.pylance: 0.23.1 -> 0.23.2 (#385179)
2 parents 02a75df + 4b47bdf commit e45429f

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
@@ -34,14 +34,14 @@
3434

3535
buildPythonPackage rec {
3636
pname = "pylance";
37-
version = "0.23.1";
37+
version = "0.23.2";
3838
pyproject = true;
3939

4040
src = fetchFromGitHub {
4141
owner = "lancedb";
4242
repo = "lance";
4343
tag = "v${version}";
44-
hash = "sha256-H5C4gaXC/Vvzq/5Mr0ZeO3waJJ+v43IWDOVziSb9rgk=";
44+
hash = "sha256-HVT/39zhcviVkF6dKM+ZIy7vGW6tOWEBUXTEIuFaVno=";
4545
};
4646

4747
sourceRoot = "${src.name}/python";
@@ -53,7 +53,7 @@ buildPythonPackage rec {
5353
src
5454
sourceRoot
5555
;
56-
hash = "sha256-QSqDxkI4O11s34fL397KPCSBKRieNhzAQu2QZuqD3yE=";
56+
hash = "sha256-H5Z6YgaSfRrRPGZVbgNWxcFboS1I65p+08c1VgaL+lE=";
5757
};
5858

5959
nativeBuildInputs = [

0 commit comments

Comments
 (0)