Skip to content

Commit fc604cf

Browse files
committed
python312Packages.llama-index-vector-stores-qdrant: 0.4.0 -> 0.4.2
1 parent b8a693e commit fc604cf

File tree

1 file changed

+2
-2
lines changed
  • pkgs/development/python-modules/llama-index-vector-stores-qdrant

1 file changed

+2
-2
lines changed

pkgs/development/python-modules/llama-index-vector-stores-qdrant/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,15 @@
1111

1212
buildPythonPackage rec {
1313
pname = "llama-index-vector-stores-qdrant";
14-
version = "0.4.0";
14+
version = "0.4.2";
1515
pyproject = true;
1616

1717
disabled = pythonOlder "3.8";
1818

1919
src = fetchPypi {
2020
pname = "llama_index_vector_stores_qdrant";
2121
inherit version;
22-
hash = "sha256-hv6cxCSKNtjUfZYNk2oxrJi10wAL4kxZeTx3v1ejlKc=";
22+
hash = "sha256-Agy6T02j5sSZZgiI6eSgxLThwEk2oZNYyMygBo6HWug=";
2323
};
2424

2525
build-system = [ poetry-core ];

0 commit comments

Comments
 (0)