From e40b15c75304eb74c184b5c396407262677006f6 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Fri, 24 Jan 2025 23:59:29 +0000 Subject: [PATCH] python312Packages.txtai: 8.1.0 -> 8.2.0 --- pkgs/development/python-modules/txtai/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/txtai/default.nix b/pkgs/development/python-modules/txtai/default.nix index 67b0d6544539..76314fbe393a 100644 --- a/pkgs/development/python-modules/txtai/default.nix +++ b/pkgs/development/python-modules/txtai/default.nix @@ -87,7 +87,7 @@ pytestCheckHook, }: let - version = "8.1.0"; + version = "8.2.0"; ann = [ annoy hnswlib @@ -227,7 +227,7 @@ buildPythonPackage { owner = "neuml"; repo = "txtai"; tag = "v${version}"; - hash = "sha256-12EeYzZEHUS5HVxpKlTnV6mwnnOw1pQVG0f0ID/Ugik="; + hash = "sha256-fMzCYw9eqlpGI5FKoyYyxT17EhUFmFP9lrCn/LFC6ks="; }; build-system = [ setuptools ];