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

python3Packages.autofaiss: 2.17.0 -> 2.18.0 (#460558)

parents 3ebc6ffd fcf617d7
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 = [