Unverified Commit ba509290 authored by Samuel Ainsworth's avatar Samuel Ainsworth Committed by GitHub
Browse files

Merge pull request #257055 from r-ryantm/auto-update/python310Packages.autofaiss

python310Packages.autofaiss: 2.15.5 -> 2.15.8
parents d1114bc0 8b1bd27c
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 = [