mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
python3Packages.lance-namespace: 0.7.7 -> 0.8.6
Diff: https://github.com/lancedb/lance-namespace/compare/v0.7.7...v0.8.6
This commit is contained in:
parent
4d0bbfbbd9
commit
244df2079a
1 changed files with 2 additions and 2 deletions
|
|
@ -30,7 +30,7 @@
|
|||
|
||||
buildPythonPackage (finalAttrs: {
|
||||
pname = "lance-namespace";
|
||||
version = "0.7.7";
|
||||
version = "0.8.6";
|
||||
pyproject = true;
|
||||
__structuredAttrs = true;
|
||||
|
||||
|
|
@ -38,7 +38,7 @@ buildPythonPackage (finalAttrs: {
|
|||
owner = "lancedb";
|
||||
repo = "lance-namespace";
|
||||
tag = "v${finalAttrs.version}";
|
||||
hash = "sha256-f+jtRAq4mI6y3q9Jt2ZqAMhXhNRavld88vWKz3VypBs=";
|
||||
hash = "sha256-QYzVsarjTg2arNNuCFbVgtA7rfLTm6AJD3liNr3QuSU=";
|
||||
};
|
||||
|
||||
sourceRoot = "${finalAttrs.src.name}/python/lance_namespace";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue