python3Packages.llama-index-vector-stores-qdrant: 0.8.3 -> 0.8.4

R. Ryantm ec1640cd 4199f186

Changed files
+2 -2
pkgs
development
python-modules
llama-index-vector-stores-qdrant
+2 -2
pkgs/development/python-modules/llama-index-vector-stores-qdrant/default.nix
···
buildPythonPackage rec {
pname = "llama-index-vector-stores-qdrant";
-
version = "0.8.3";
+
version = "0.8.4";
pyproject = true;
disabled = pythonOlder "3.8";
···
src = fetchPypi {
pname = "llama_index_vector_stores_qdrant";
inherit version;
-
hash = "sha256-elou2rxBKMJq3XVV42C7bgXn7szz2JmEfSs6SJonOaU=";
+
hash = "sha256-12LfuKEuCjdzx22QE1LLpEi9KsSz5QH3I5M6M9lsvL4=";
};
build-system = [ hatchling ];