python312Packages.llama-index-vector-stores-chroma: 0.1.6 -> 0.1.7

This commit is contained in:
Fabian Affolter 2024-05-02 09:50:11 +02:00
parent 248b24cf8d
commit 4ce739999a

View File

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