about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorFabian Affolter <fabian@affolter-engineering.ch>2024-04-26 09:17:40 +0200
committerGitHub <noreply@github.com>2024-04-26 09:17:40 +0200
commit3b95ceeace97446c4ed67108c114c608d9250c9e (patch)
tree4f094d6d08f664504b2fcb22e7ea75c4b8d0939c /pkgs
parentda6bc65b48cd258185a0e8c2948aa63e47365b69 (diff)
parent702489a1abf9fb23367858a1cf0500cfb792a951 (diff)
Merge pull request #306807 from fabaff/llama-index-vector-stores-qdrant-bump
python312Packages.llama-index-vector-stores-qdrant: 0.2.5 -> 0.2.7
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/python-modules/llama-index-vector-stores-qdrant/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/llama-index-vector-stores-qdrant/default.nix b/pkgs/development/python-modules/llama-index-vector-stores-qdrant/default.nix
index 28d2785db2376..d39be841ad078 100644
--- a/pkgs/development/python-modules/llama-index-vector-stores-qdrant/default.nix
+++ b/pkgs/development/python-modules/llama-index-vector-stores-qdrant/default.nix
@@ -11,7 +11,7 @@
 
 buildPythonPackage rec {
   pname = "llama-index-vector-stores-qdrant";
-  version = "0.2.5";
+  version = "0.2.7";
   pyproject = true;
 
   disabled = pythonOlder "3.8";
@@ -19,7 +19,7 @@ buildPythonPackage rec {
   src = fetchPypi {
     pname = "llama_index_vector_stores_qdrant";
     inherit version;
-    hash = "sha256-5lkQ0AZ15qx5v0PaaYYNElNUfjxY1i2rOKTSPVq5H9Y=";
+    hash = "sha256-jVkNFNKghukf1H6yRO5nEj3jWzrn51Xm1g5kS5Kd6m0=";
   };
 
   build-system = [ poetry-core ];