python311Packages.autofaiss: 2.16.0 -> 2.17.0

This commit is contained in:
R. Ryantm 2024-01-30 14:21:13 +00:00
parent 0b8f8e0cd9
commit fc18a474b4

View File

@ -14,7 +14,7 @@
buildPythonPackage rec {
pname = "autofaiss";
version = "2.16.0";
version = "2.17.0";
format = "setuptools";
disabled = pythonOlder "3.6";
@ -23,7 +23,7 @@ buildPythonPackage rec {
owner = "criteo";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-NpehDx67VyIkcqno2DB2NmUKKZhK1Owwd9BNh3nqOLY=";
hash = "sha256-pey3wrW7CDLMiPPKnmYrcSJqGuy6ecA2SE9m3Jtt6DU=";
};
nativeBuildInputs = [