File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
pkgs/development/python-modules/lancedb Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 4242
4343buildPythonPackage ( 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 ] ;
You can’t perform that action at this time.
0 commit comments