python3Packages.llama-index-vector-stores-chroma: 0.5.2 -> 0.5.3

R. Ryantm c5ed8e2e cfab6305

Changed files
+2 -2
pkgs
development
python-modules
llama-index-vector-stores-chroma
+2 -2
pkgs/development/python-modules/llama-index-vector-stores-chroma/default.nix
···
buildPythonPackage rec {
pname = "llama-index-vector-stores-chroma";
-
version = "0.5.2";
pyproject = true;
disabled = pythonOlder "3.8";
···
src = fetchPypi {
pname = "llama_index_vector_stores_chroma";
inherit version;
-
hash = "sha256-2NX72ejiuzhjCi15EPa9OJZtTkKb5ySjMRfiDP617lY=";
};
build-system = [ hatchling ];
···
buildPythonPackage rec {
pname = "llama-index-vector-stores-chroma";
+
version = "0.5.3";
pyproject = true;
disabled = pythonOlder "3.8";
···
src = fetchPypi {
pname = "llama_index_vector_stores_chroma";
inherit version;
+
hash = "sha256-oGa57j3FEQoOE7nf6x9K4LSJMcBGRMp/U0ppBDwpFJo=";
};
build-system = [ hatchling ];