python310Packages.autofaiss: 2.15.5 -> 2.15.8

This commit is contained in:
R. Ryantm 2023-09-24 09:06:02 +00:00
parent 397b1733f4
commit 8b1bd27c35

View File

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