python3Packages.llama-index-vector-stores-postgres: 0.6.8 -> 0.7.0

R. Ryantm 9895baba bcffac3a

Changed files
+2 -2
pkgs
development
python-modules
llama-index-vector-stores-postgres
+2 -2
pkgs/development/python-modules/llama-index-vector-stores-postgres/default.nix
···
buildPythonPackage rec {
pname = "llama-index-vector-stores-postgres";
-
version = "0.6.8";
pyproject = true;
src = fetchPypi {
pname = "llama_index_vector_stores_postgres";
inherit version;
-
hash = "sha256-AwbZxv4ClJYNgeX4UydcOZcAb+8UUc34u/BNHUGSeiI=";
};
pythonRemoveDeps = [ "psycopg2-binary" ];
···
buildPythonPackage rec {
pname = "llama-index-vector-stores-postgres";
+
version = "0.7.0";
pyproject = true;
src = fetchPypi {
pname = "llama_index_vector_stores_postgres";
inherit version;
+
hash = "sha256-wWn3y/NEb71N2hCcd06iof7favJxcVHZmBCvP4UQJl8=";
};
pythonRemoveDeps = [ "psycopg2-binary" ];