python310Packages.txtai: 6.2.0 -> 6.3.0

This commit is contained in:
R. Ryantm 2024-01-04 14:46:33 +00:00
parent 5f23a2f396
commit f1a8cf0bf8

View File

@ -52,7 +52,7 @@
, unittestCheckHook , unittestCheckHook
}: }:
let let
version = "6.2.0"; version = "6.3.0";
api = [ aiohttp fastapi uvicorn ]; api = [ aiohttp fastapi uvicorn ];
# cloud = [ apache-libcloud ]; # cloud = [ apache-libcloud ];
console = [ rich ]; console = [ rich ];
@ -105,7 +105,7 @@ buildPythonPackage {
owner = "neuml"; owner = "neuml";
repo = "txtai"; repo = "txtai";
rev = "refs/tags/v${version}"; rev = "refs/tags/v${version}";
hash = "sha256-aWuY2z5DIVhZ5bRADhKSadCofIQQdLQAb52HnjPMS/4="; hash = "sha256-Efk4HAJsQtSGp4S8S1dFBmObJ9ff9u9bRrTa5lACpTU=";
}; };
nativeBuildInputs = [ nativeBuildInputs = [