lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

python310Packages.txtai: 6.1.0 -> 6.2.0

authored by

R. Ryantm and committed by
Yt
6f314053 8213089f

+2 -2
+2 -2
pkgs/development/python-modules/txtai/default.nix
··· 52 52 , unittestCheckHook 53 53 }: 54 54 let 55 - version = "6.1.0"; 55 + version = "6.2.0"; 56 56 api = [ aiohttp fastapi uvicorn ]; 57 57 # cloud = [ apache-libcloud ]; 58 58 console = [ rich ]; ··· 105 105 owner = "neuml"; 106 106 repo = "txtai"; 107 107 rev = "refs/tags/v${version}"; 108 - hash = "sha256-ZUMfDyebroa9r01bOUFYDyVjuNUqlPU88HBocp3YQJ4="; 108 + hash = "sha256-aWuY2z5DIVhZ5bRADhKSadCofIQQdLQAb52HnjPMS/4="; 109 109 }; 110 110 111 111 nativeBuildInputs = [