Unverified Commit ddf9cf97 authored by natsukium's avatar natsukium
Browse files

python312Packages.lancedb: 0.11.0 -> 0.12.0

parent 6dc177f1
Loading
Loading
Loading
Loading
+593 −683

File changed.

Preview size limit exceeded, changes collapsed.

+2 −2
Original line number Diff line number Diff line
@@ -28,14 +28,14 @@

buildPythonPackage rec {
  pname = "lancedb";
  version = "0.11.0";
  version = "0.12.0";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "lancedb";
    repo = "lancedb";
    rev = "refs/tags/python-v${version}";
    hash = "sha256-JT6HNuMjFO/q+6LlYRT+vKa0aV9DOC9b21ulHXq1gjY=";
    hash = "sha256-LDxq49aFxUmRAw8tQvFxnExtU0IKKqMbxIBuY95cBHU=";
  };

  # ratelimiter only support up to python310 and it has been removed from nixpkgs