python3Packages.pylance: 11.0.0 -> 12.0.0

Diff: https://github.com/lancedb/lance/compare/v11.0.0...v12.0.0

Changelog: https://github.com/lancedb/lance/releases/tag/v12.0.0
This commit is contained in:
Gaetan Lepage
2026-09-17 21:19:01 +00:00
parent 3fc2c5d48b
commit 682c6743ab

View File

@@ -36,7 +36,7 @@
buildPythonPackage (finalAttrs: {
pname = "pylance";
version = "11.0.0";
version = "12.0.0";
pyproject = true;
__structuredAttrs = true;
@@ -44,7 +44,7 @@ buildPythonPackage (finalAttrs: {
owner = "lancedb";
repo = "lance";
tag = "v${finalAttrs.version}";
hash = "sha256-+EHbyo+YLqp6TyUBWEbKRy44NUrRZjalRzjtVnaBDOk=";
hash = "sha256-zrwR6JJs2VNIZg53iFsAwu6elqR6GmqXNetDTgb+e2U=";
};
sourceRoot = "${finalAttrs.src.name}/python";
@@ -56,7 +56,7 @@ buildPythonPackage (finalAttrs: {
src
sourceRoot
;
hash = "sha256-HtKqj7KcTrV1P4wi7wy24NwcSUgARrfht7uohh/JXnY=";
hash = "sha256-4eYZh9Ad1SXqVxExzlMb1tfxyWRoNHYAcAGcmjPLeLw=";
};
# `lance-linalg`'s AVX-512 VNNI u8-distance kernels call `_mm512_dpbusd_epi32` /