python310Packages.autofaiss: 2.15.3 -> 2.15.4

This commit is contained in:
R. Ryantm 2022-12-25 12:05:34 +00:00 committed by Samuel Ainsworth
parent b000a15744
commit fada67f065

View File

@ -13,13 +13,13 @@
buildPythonPackage rec {
pname = "autofaiss";
version = "2.15.3";
version = "2.15.4";
src = fetchFromGitHub {
owner = "criteo";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-RJOOUMI4w1YPEjDKi0YkqTXU01AbVoPn2+Id6kdC5pA=";
hash = "sha256-OnDHwJxJcXx3DGxrkk2D2Ljs4CqPoYx7avdo9C8sDrU=";
};
nativeBuildInputs = [ pythonRelaxDepsHook ];