Commit b92e287f authored by Fabian Affolter's avatar Fabian Affolter
Browse files

python311Packages.llama-index-vector-stores-postgres: 0.2.2 -> 0.2.5

parent 110af40a
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -12,7 +12,7 @@

buildPythonPackage rec {
  pname = "llama-index-vector-stores-postgres";
  version = "0.2.2";
  version = "0.2.5";
  pyproject = true;

  disabled = pythonOlder "3.8";
@@ -20,7 +20,7 @@ buildPythonPackage rec {
  src = fetchPypi {
    pname = "llama_index_vector_stores_postgres";
    inherit version;
    hash = "sha256-0QTT8eLkQb6Wjs+I2IbfJ8c4/vOJwQu4u1xOy4iDOCc=";
    hash = "sha256-JLJygIsklBM9B3mOeQP8fu6YuHo104rvJKNj83eAQc4=";
  };

  pythonRemoveDeps = [ "psycopg2-binary" ];