python312Packages.llama-index-vector-stores-qdrant: 0.2.7 -> 0.2.8

This commit is contained in:
Fabian Affolter 2024-04-27 08:56:31 +02:00
parent 791a26e6f4
commit 7274c0c626
1 changed files with 2 additions and 2 deletions

View File

@ -11,7 +11,7 @@
buildPythonPackage rec {
pname = "llama-index-vector-stores-qdrant";
version = "0.2.7";
version = "0.2.8";
pyproject = true;
disabled = pythonOlder "3.8";
@ -19,7 +19,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "llama_index_vector_stores_qdrant";
inherit version;
hash = "sha256-jVkNFNKghukf1H6yRO5nEj3jWzrn51Xm1g5kS5Kd6m0=";
hash = "sha256-qeKV7jlBTujUEYMcPCS+PAD6xRlTBVi/DGJZ/MSN64A=";
};
build-system = [ poetry-core ];