python3Packages.pylance: 0.32.1 -> 0.33.0

Diff: https://github.com/lancedb/lance/compare/v0.32.1...v0.33.0

Changelog: https://github.com/lancedb/lance/releases/tag/v0.33.0
This commit is contained in:
Gaetan Lepage
2025-08-14 12:17:32 +02:00
parent fb5fd4dd5d
commit 844973f944
@@ -32,14 +32,14 @@
buildPythonPackage rec {
pname = "pylance";
version = "0.32.1";
version = "0.33.0";
pyproject = true;
src = fetchFromGitHub {
owner = "lancedb";
repo = "lance";
tag = "v${version}";
hash = "sha256-P40m8ak0A2l4zGAYcbvXGidQpIT3+ayERbleWcVuLbE=";
hash = "sha256-Oi30laXR58A219B40797jW8wjIhgzPxa/cMYlDIGVVw=";
};
sourceRoot = "${src.name}/python";
@@ -51,7 +51,7 @@ buildPythonPackage rec {
src
sourceRoot
;
hash = "sha256-rCaLREl2LSfpu0vwa1Vx2rQ7phWsGz58RTjo6yfHKLU=";
hash = "sha256-i9jr4XfbmEdnj9J0sL/HNkFEF6bz7+jsiOdjKvypIsw=";
};
nativeBuildInputs = [