python3Packages.llama-index-vector-stores-postgres: 0.6.3 -> 0.6.5 (#440780)

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.3";
pyproject = true;
src = fetchPypi {
pname = "llama_index_vector_stores_postgres";
inherit version;
-
hash = "sha256-sV0ufDvyoLGHVJNKhM9TJEA7lAHisxvNsAQY7S0Ddww=";
};
pythonRemoveDeps = [ "psycopg2-binary" ];
···
buildPythonPackage rec {
pname = "llama-index-vector-stores-postgres";
+
version = "0.6.5";
pyproject = true;
src = fetchPypi {
pname = "llama_index_vector_stores_postgres";
inherit version;
+
hash = "sha256-mRViARNZeVVMS8VzVBFz9d+FjsX+1M/bwnQeA1QR8mI=";
};
pythonRemoveDeps = [ "psycopg2-binary" ];