Skip to content

Commit 12c5840

Browse files
committed
1 parent 982090d commit 12c5840

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/development/python-modules/lancedb/default.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,21 +42,21 @@
4242

4343
buildPythonPackage (finalAttrs: {
4444
pname = "lancedb";
45-
version = "0.29.2";
45+
version = "0.30.1";
4646
pyproject = true;
4747

4848
src = fetchFromGitHub {
4949
owner = "lancedb";
5050
repo = "lancedb";
5151
tag = "python-v${finalAttrs.version}";
52-
hash = "sha256-sOgRGn0romt5xJ70c+GSqNoRAp0D9F9hEq6bm7JRK/Y=";
52+
hash = "sha256-LzuzVl6cTkn1Owd91bHi5JS43KZUhd/ZD9biS21MdVs=";
5353
};
5454

5555
buildAndTestSubdir = "python";
5656

5757
cargoDeps = rustPlatform.fetchCargoVendor {
5858
inherit (finalAttrs) pname version src;
59-
hash = "sha256-GQA5RuxpYmrNqNrpW4GLZlXrphflErmR5PeeVcs6ZJQ=";
59+
hash = "sha256-U5wpWN6e26187DYeT85l6TxBnUu8rD+UzE98OIkretc=";
6060
};
6161

6262
build-system = [ rustPlatform.maturinBuildHook ];

0 commit comments

Comments
 (0)