Commit fcf617d7 authored by R. RyanTM's avatar R. RyanTM
Browse files

python3Packages.autofaiss: 2.17.0 -> 2.18.0

parent ffd468f2
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -19,14 +19,14 @@

buildPythonPackage rec {
  pname = "autofaiss";
  version = "2.17.0";
  version = "2.18.0";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "criteo";
    repo = "autofaiss";
    tag = version;
    hash = "sha256-pey3wrW7CDLMiPPKnmYrcSJqGuy6ecA2SE9m3Jtt6DU=";
    hash = "sha256-XuubpTxmyKdV9nWqLTljp5cNyIwLt2BKJYcBzwPNzD8=";
  };

  build-system = [