Commit 6f314053 authored by R. RyanTM's avatar R. RyanTM Committed by Yt
Browse files

python310Packages.txtai: 6.1.0 -> 6.2.0

parent 8213089f
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -52,7 +52,7 @@
, unittestCheckHook
}:
let
  version = "6.1.0";
  version = "6.2.0";
  api = [ aiohttp fastapi uvicorn ];
  # cloud = [ apache-libcloud ];
  console = [ rich ];
@@ -105,7 +105,7 @@ buildPythonPackage {
    owner = "neuml";
    repo = "txtai";
    rev = "refs/tags/v${version}";
    hash = "sha256-ZUMfDyebroa9r01bOUFYDyVjuNUqlPU88HBocp3YQJ4=";
    hash = "sha256-aWuY2z5DIVhZ5bRADhKSadCofIQQdLQAb52HnjPMS/4=";
  };

  nativeBuildInputs = [