python311Packages.llama-index-vector-stores-chroma: 0.1.7 -> 0.1.8

This commit is contained in:
R. Ryantm 2024-05-06 13:32:46 +00:00
parent 318a6a6b52
commit 85c41be92f

View File

@ -9,7 +9,7 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "llama-index-vector-stores-chroma"; pname = "llama-index-vector-stores-chroma";
version = "0.1.7"; version = "0.1.8";
pyproject = true; pyproject = true;
disabled = pythonOlder "3.8"; disabled = pythonOlder "3.8";
@ -17,7 +17,7 @@ buildPythonPackage rec {
src = fetchPypi { src = fetchPypi {
pname = "llama_index_vector_stores_chroma"; pname = "llama_index_vector_stores_chroma";
inherit version; inherit version;
hash = "sha256-E7DXWubBvMhru31XmNva6iPm2adJKmmt5pFqKZ8fquk="; hash = "sha256-nFdLrzcPr0Vry2e51eonOm+h8rT9IFpZxHtoESNkuec=";
}; };
build-system = [ build-system = [