python3Packages.pylance: 0.31.0 -> 0.31.1 (#424141)

This commit is contained in:
Gaétan Lepage 2025-07-11 14:05:12 +02:00 committed by GitHub
commit 10b480efae
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -32,14 +32,14 @@
buildPythonPackage rec {
pname = "pylance";
version = "0.31.0";
version = "0.31.1";
pyproject = true;
src = fetchFromGitHub {
owner = "lancedb";
repo = "lance";
tag = "v${version}";
hash = "sha256-PjamcRvqLP8FRlyNw3+ucoQeVvSrlBEybDAugSTJqa4=";
hash = "sha256-EYohbu+zhR3cLXkhM4izP/pIaFyefxc64eF8UAQojRU=";
};
sourceRoot = "${src.name}/python";
@ -51,7 +51,7 @@ buildPythonPackage rec {
src
sourceRoot
;
hash = "sha256-lL926HgxeRQjLOmhJ9nKvrUSWBaktS6kl20I3f0sIVA=";
hash = "sha256-seYL4U/8Ac+V5NYJ3e2ji9BMkEnB+JxYX9coWFf7hGA=";
};
nativeBuildInputs = [