python312Packages.llama-index-vector-stores-postgres: 0.1.4.post1 -> 0.1.5

This commit is contained in:
Fabian Affolter 2024-04-04 23:00:08 +02:00
parent 6c688e659a
commit 566b0ca0ae

View File

@ -12,7 +12,7 @@
buildPythonPackage rec {
pname = "llama-index-vector-stores-postgres";
version = "0.1.4.post1";
version = "0.1.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-E75oSh9MH8aX00y//jhNbehqYdIm5HfEjb5Swn7J/cQ=";
hash = "sha256-9jE+1Gbx2y/CSqkpSfuYqgyX49yZwhwmJbiG/EHwTLw=";
};
pythonRemoveDeps = [